enum O2GTimeConverterTimeZone

Brief

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

Details

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

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

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