TimeZoneManager Class Methods
In This Topic
For a list of all members of this type, see TimeZoneManager members.
Public Methods
| | Name | Description |
 | GetEmptyTimeZone |
Gets the "Empty" time zone.
|
 | GetLocalTimeZone |
Gets the local time zone.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetTimeZoneByID |
Gets the time zone data for the specified time zone ID.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetTimeZones |
Gets the list of time zones available on the system.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetUnknownTimeZone |
Gets the "Unknown" time zone.
|
Top
See Also