Click or drag to resize

DayRangesItem Property

Gets the DayRange at the specified position in this chronologically-ordered set.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public abstract DayRange this[
	int index
] { get; }

Parameters

index  Int32
The index of the DayRange to return.

Property Value

DayRange
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to Count.
See Also