Click or drag to resize

DayGreaterThanOrEqual Operator

Determines whether one specified Day is the same as or later than another specified Day.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static bool operator >=(
	Day lhs,
	Day rhs
)

Parameters

lhs  Day
The first Day to compare.
rhs  Day
The second Day to compare.

Return Value

Boolean
true if lhs is the same as or later than rhs; false otherwise.
See Also