DailyBreakdown Constructor |
Constructs a DailyBreakdown object that specifies daily
degree days covering the specified period in time.
Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DailyBreakdown(
Period period
)
Public Sub New (
period As Period
)
Parameters
- period Period
- The period in time that the daily breakdown should cover.
Cannot be null.
Exceptions See Also