CQG API 4.0 - Revised
TimeZoneCode Property
See Also  Send Feedback
CQGAPIConfig Interface : TimeZoneCode Property

Glossary Item Box

Description

The timezone code to adjust all reported dates to.

The default value is UTC time.

Property type

Read-write property

Syntax

Visual Basic
Public Property TimeZoneCode As eTimeZone

Return Type

Timezone code represented as eTimeZone

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also