Click or drag to resize

DayRangePeriod Constructor

Constructs a DayRangePeriod object that specifies the period covered by dayRange.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DayRangePeriod(
	DayRange dayRange
)

Parameters

dayRange  DayRange
The range of days that the period should cover.
See Also