public method O2GTimeframeCollection.get

Brief

Gets a time frame by its index.

Declaration
Java
O2GTimeframe  get (int iIndex)

Parameters
iIndex

The index of the time frame in the collection. The value must be between 0 and size() - 1.

Declared in O2GTimeframeCollection

back