DayRangeContains(Day) Method |
Returns
true if the specified
Day is
contained within this
DayRange;
false otherwise.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool Contains(
Day testDay
)
Public Function Contains (
testDay As Day
) As Boolean
Parameters
- testDay Day
- The Day to test for containment within this
DayRange.
Return Value
Booleantrue if
testDay is equal to or after
the
First day of this
DayRange, and equal
to or before the
Last day of this
DayRange;
false otherwise.
See Also