MonthlyBreakdown(Period) Constructor |
Constructs a MonthlyBreakdown object that specifies monthly
degree days covering the specified period in time and broken
down according to regular calendar months.
Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public MonthlyBreakdown(
Period period
)
Public Sub New (
period As Period
)
Parameters
- period Period
- The period in time that the monthly breakdown should cover.
Cannot be null.
Exceptions Remarks
This is a shortcut version of
this constructor
that specifies the first day of the month as the
startOfMonth parameter.
See Also