DatedBreakdownDaily Method |
Returns a non-null
DailyBreakdown object that specifies
daily degree days covering the specified period in time.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static DailyBreakdown Daily(
Period period
)
Public Shared Function Daily (
period As Period
) As DailyBreakdown
Parameters
- period Period
- The period in time that the daily breakdown should cover.
Cannot be null.
Return Value
DailyBreakdownThe newly-constructed
DailyBreakdown object.
Exceptions See Also