Returns true if this Day is chronologically before the
specified comparison Day; false otherwise.
Namespace:
DegreeDays.Time
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic bool Before(
Day comparisonDay
)
Public Function Before (
comparisonDay As Day
) As Boolean
Parameters
- comparisonDay
- Type: DegreeDays.TimeDay
The Day to compare with this one.
Return Value
Type:
Boolean
See Also