DayRangePeriod Constructor |
Constructs a
DayRangePeriod object that specifies the
period covered by
dayRange.
Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DayRangePeriod(
DayRange dayRange
)
Public Sub New (
dayRange As DayRange
)
Parameters
- dayRange DayRange
- The range of days that the period should cover.
See Also