TimeZoneInfo Class Methods
In This Topic
For a list of all members of this type, see TimeZoneInfo members.
Public Methods
| Name | Description |
| GetTimeZone | Returns a TimeZoneInfo instance for the time zone with supplied name. |
| ToLocalTime | Converts the value of the utc time to a local time in this time zone. |
| ToString | Gets display name of this time zone instance. |
| ToUniversalTime | Converts the value of the local time to UTC time. Note that there may be different possible interpretations at the daylight time boundaries. |
Top
See Also