CQG API 4.0 - Revised
ActivationDate Property
See Also  Send Feedback
CQGSession Interface : ActivationDate Property

Glossary Item Box

Description

Returns the session activation date.

Property type

Read-only property

Syntax

Visual Basic
Public Property ActivationDate As Date

Return Type

Session activation date, represented as Date

Remarks

Activation date is converted to the timezone previously configured by the user. If the user did not configure the timezone, the activation date time is converted to UTC.

Example

See the usage of CQGSession properties in the CQGInstrument.Sessions' example section.

See Also