CQG API 4.0 - Revised
LocalTime Property
See Also  Send Feedback
CQGEnvironment Interface : LocalTime Property

Glossary Item Box

Description

Returns the computer current time converted to previously configured timezone.

Property type

Read-only property

Syntax

Visual Basic
Public Property LocalTime As Date

Return Type

Date variable filled with PC local time.

Remarks

If no timezone is configured by the user, the local time is converted to UTC.

LocalTime property is updated on access.

Example

See the example section of the LineTimeChanged event.

See Also