Click or drag to resize

TimeIntervalCollectionItem Property

Gets the interval at the specified index.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: TimeInterval
See Also