Click or drag to resize

CustomBreakdown Constructor

Constructs a CustomBreakdown object that specifies degree days broken down to match the DayRanges passed in.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public CustomBreakdown(
	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.
Exceptions
ExceptionCondition
ArgumentNullExceptiondayRanges is null.
See Also