Click or drag to resize

DayRangeIndexOf Method

Returns the index of the specified Day within this DayRange, or -1 if it is not contained within this DayRange.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public int IndexOf(
	Day day
)

Parameters

day  Day
The Day to return the index of.

Return Value

Int32
A number, zero or greater, indicating the index of day within this DayRange, or -1 if day is not contained within this DayRange.
See Also