get

operator fun get(index: Int): TimeInterval?(source)

Gets the interval at the specified index.

Return

The interval at the specified index, or undefined if no interval exists as that index.

Parameters

index

The index of the interval to retrieve.

See also