Loads the time zone of the given name. The names of the available time zones can found from Windows registry under the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Time Zones.
Visual Basic |
---|
Public Sub LoadTimeZoneByName( _ ByVal TimeZoneName As String _ ) |