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