Click or drag to resize

DatedBreakdownDaily Method

Returns a non-null DailyBreakdown object that specifies daily degree days covering the specified period in time.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static DailyBreakdown Daily(
	Period period
)

Parameters

period  Period
The period in time that the daily breakdown should cover. Cannot be null.

Return Value

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