Gets the
DayRange at the specified position in this
chronologically-ordered set.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public abstract DayRange this[
int index
] { get; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As DayRange
Get
Parameters
- index Int32
- The index of the DayRange
to return.
Property Value
DayRangeExceptions See Also