Click or drag to resize

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.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static MonthlyBreakdown Monthly(
	Period period,
	StartOfMonth startOfMonth
)

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

MonthlyBreakdown
The newly-constructed MonthlyBreakdown object.
Exceptions
ExceptionCondition
ArgumentNullExceptionperiod is null.
See Also