TimeZoneManager Class Members
In This Topic
The following tables list the members exposed by TimeZoneManager.
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