enum O2GTimeConverter::TimeZone

Brief

The enum specifies a set of constants representing the time zone.

Details

The time zone is used as an argument in the IO2GTimeConverter.convert method.

Static Public Fields

EST

The constant represents the Eastern Standard Time zone.

Local

The constant represents the time zone of a user's local machine.

Server

The constant represents the time zone of the trading server.

UTC

The constant represents the Coordinated Universal Time zone.

back