Returns the index of the specified
Day within this
DayRange, or -1 if it is not contained within this
DayRange.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public int IndexOf(
Day day
)
Public Function IndexOf (
day As Day
) As Integer
Parameters
- day Day
- The Day to return the index of.
Return Value
Int32A number, zero or greater, indicating the index of
day
within this
DayRange, or -1 if
day is not contained
within this
DayRange.
See Also