Click or drag to resize

DayTo(Day) Method

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.4
Syntax
public DayRange To(
	Day firstOrLastDayInRange
)

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

DayRange
A DayRange that extends from the earlier of this Day and firstOrLastDayInRange to the later of those two Day instances.
See Also