MonthlyBreakdown(Period, StartOfMonth) Constructor |
Constructs a 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.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public MonthlyBreakdown(
Period period,
StartOfMonth startOfMonth
)
Public Sub New (
period As Period,
startOfMonth As 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.
Exceptions See Also