TimeIntervalCollectionItem Property |
Gets the interval at the specified index.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeInterval this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As TimeInterval
Get
public:
property TimeInterval^ default[int index] {
TimeInterval^ get (int index);
}
member Item : TimeInterval with get
Parameters
- index
- Type: SystemInt32
The index.
Property Value
Type:
TimeIntervalSee Also