DatedBreakdownMonthly(Period, StartOfMonth) Method |
Returns a non-null
MonthlyBreakdown object that specifies
monthly degree days covering the specified
period in time,
with each "month" starting on the specified day of the month.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static MonthlyBreakdown Monthly(
Period period,
StartOfMonth startOfMonth
)
Public Shared Function Monthly (
period As Period,
startOfMonth As StartOfMonth
) As MonthlyBreakdown
Parameters
- period Period
- The period in time that the monthly breakdown should cover.
Cannot be null.
- startOfMonth StartOfMonth
- Specifying which day (between 1 and 28 inclusive)
should be taken as the first of each "month". Pass
new StartOfMonth(1) to specify regular calendar
months.
Return Value
MonthlyBreakdownThe newly-constructed
MonthlyBreakdown object.
Exceptions See Also