Click or drag to resize

DailyBreakdown Constructor

Constructs a DailyBreakdown object that specifies daily degree days covering the specified period in time.

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

Parameters

period  Period
The period in time that the daily breakdown should cover. Cannot be null.
Exceptions
ExceptionCondition
ArgumentNullExceptionperiod is null.
See Also