Click or drag to resize

DayBefore Method

Returns true if this Day is chronologically before the specified comparison Day; false otherwise.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool Before(
	Day comparisonDay
)

Parameters

comparisonDay  Day
The Day to compare with this one.

Return Value

Boolean
See Also