DayLessThanOrEqual Operator |
Determines whether one specified Day is the same as or earlier
than another specified Day.
Namespace:
DegreeDays.Time
Assembly:
DegreeDays (in DegreeDays.dll) Version: 1.3
Syntaxpublic static bool operator <=(
Day lhs,
Day rhs
)
Public Shared Operator <= (
lhs As Day,
rhs As Day
) As Boolean
Parameters
- lhs
- Type: DegreeDays.TimeDay
The first Day to compare. - rhs
- Type: DegreeDays.TimeDay
The second Day to compare.
Return Value
Type:
Booleantrue if
lhs is the same as or
earlier than
rhs;
false otherwise.
See Also