Returns true if this Day is chronologically before the
specified comparison Day; false otherwise.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool Before(
Day comparisonDay
)
Public Function Before (
comparisonDay As Day
) As Boolean
Parameters
- comparisonDay Day
- The Day to compare with this one.
Return Value
BooleanSee Also