Click or drag to resize

DayRangeItem Property

Gets the Day at the specified zero-based index within this DayRange.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public Day this[
	int index
] { 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

Day
The Day at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to Count.
See Also