Returns the computer current time converted to previously configured timezone.
Read-only property
Visual Basic |
---|
Public Property LocalTime As Date |
Date variable filled with PC local time.
If no timezone is configured by the user, the local time is converted to UTC.
LocalTime property is updated on access.
See the example section of the LineTimeChanged event.