Click or drag to resize

DayRangeContains(Day) Method

Returns true if the specified Day is contained within this DayRange; false otherwise.

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

Parameters

testDay  Day
The Day to test for containment within this DayRange.

Return Value

Boolean
true 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