Returns the Day that comes immediately before this
Day in the calendar. Will happily cross the borders between
months and years.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax Public Function Previous As Day
Return Value
DayThe
Day that comes immediately before this
Day in the
calendar.
Exceptions Exception | Condition |
---|
OverflowException | In the unlikely event of this method
requiring a Day with a year less than 1 or
greater than 9999. |
See Also