Click or drag to resize

DatedBreakdownCustom Method

Returns a non-null CustomBreakdown object that specifies degree days broken down to match the DayRanges passed in.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static CustomBreakdown Custom(
	DayRanges dayRanges
)

Parameters

dayRanges  DayRanges
Specifying the dates that each degree-day figure should cover (typically matching the dates of your energy-usage records). Cannot be null.

Return Value

CustomBreakdown
Exceptions
ExceptionCondition
ArgumentNullExceptiondayRanges is null.
Version History
VersionDescription
1.2 This was added in version 1.2.
See Also