Gets the Day at the specified zero-based index
within this DayRange.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public Day this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Day
Get
Parameters
- index Int32
- The index of the Day to return. Must
be greater than or equal to zero and less than Count.
Return Value
DayThe
Day at the specified index.
Exceptions See Also