Returns a non-null
DayRangePeriod object that specifies the
period covered by
dayRange.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static DayRangePeriod DayRange(
DayRange dayRange
)
Public Shared Function DayRange (
dayRange As DayRange
) As DayRangePeriod
Parameters
- dayRange DayRange
- The range of days that the period should cover.
Return Value
DayRangePeriodThe newly-created
DayRangePeriod object.
See Also