Returns the current time on the exchange, converted to the previously configured timezone.
Read-only property
Visual Basic |
---|
Public Property LineTime As Date |
Date variable filled with data received from the exchange.
If no timezone is configured by the user, the exchange time is converted to UTC.
LineTime property is updated every second when the LineTimeChanged event is fired.
See the example section of LineTimeChanged event.