class O2GTimeframeCollection
Parents | |
System.Collections.Generic.IEnumerable< |
Brief
A collection of time frames available for the session.
Details
Use the
O2GRequestFactory
.Timeframes
property to get an instance of the available time frame collection.
O2GTimeframeCollection [hide]
O2GRequestFactory factory = Program.Session.getRequestFactory(); O2GTimeframeCollection timeFrames = factory.Timeframes;
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
Public Properties | |
The number of time frames. |
|
A time frame found by its unique identifier. |
|
A time frame found by its index. |