Returns the
DayRange covering (inclusively) the
days between this
Day and
firstOrLastDayInRange
(which can be before, after, or equal to this
Day).
Namespace:
DegreeDays.Time
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic DayRange To(
Day firstOrLastDayInRange
)
Public Function To (
firstOrLastDayInRange As Day
) As DayRange
Parameters
- firstOrLastDayInRange
- Type: DegreeDays.TimeDay
The Day that the
returned DayRange should extend from this Day to. Can be
before, after, or equal to this Day.
Return Value
Type:
DayRangeA
DayRange that extends from the
earlier of this
Day and
firstOrLastDayInRange to the later of those two
Day instances.
See Also