Click or drag to resize

StartOfMonthLessThanOrEqual Operator

Determines whether one specified StartOfMonth is the same as or earlier than another specified StartOfMonth.

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

Parameters

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

Return Value

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