Constructs a DayRange that starts on the specified
first day and ends on the specified last day.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DayRange(
Day first,
Day last
)
Public Sub New (
first As Day,
last As Day
)
Parameters
- first Day
- The first day that the DayRange should include.
- last Day
- The last day that the DayRange should include. Must be
equal to or later than first.
Exceptions Remarks
If first and last represent the same day, the
range will cover that day only.
See Also