Click or drag to resize

DayNext Method

Returns the Day that comes immediately after this Day in the calendar. Will happily cross the borders between months and years.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public Day Next()

Return Value

Day
The Day that comes immediately after this Day in the calendar.
Exceptions
ExceptionCondition
OverflowExceptionIn the unlikely event of this method requiring a Day with a year less than 1 or greater than 9999.
See Also