enum O2GTimeConverterTimeZone

Brief

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

Details

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

The namespace is com.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