This documentation is archived and is not being maintained.
TimeZoneInfo Methods
Visual Studio 2010
The TimeZoneInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClearCachedData | Clears cached time zone data. |
|
ConvertTime(DateTime, TimeZoneInfo) | Converts a time to the time in a particular time zone. |
|
ConvertTime(DateTimeOffset, TimeZoneInfo) | Converts a time to the time in a particular time zone. |
|
ConvertTime(DateTime, TimeZoneInfo, TimeZoneInfo) | Converts a time from one time zone to another. |
|
ConvertTimeBySystemTimeZoneId(DateTime, String) | Converts a time to the time in another time zone based on the time zone's identifier. |
|
ConvertTimeBySystemTimeZoneId(DateTimeOffset, String) | Converts a time to the time in another time zone based on the time zone's identifier. |
|
ConvertTimeBySystemTimeZoneId(DateTime, String, String) | Converts a time from one time zone to another based on time zone identifiers. |
|
ConvertTimeFromUtc | Converts a Coordinated Universal Time (UTC) to the time in a specified time zone. |
|
ConvertTimeToUtc(DateTime) | Converts the current date and time to Coordinated Universal Time (UTC). |
|
ConvertTimeToUtc(DateTime, TimeZoneInfo) | Converts the time in a specified time zone to Coordinated Universal Time (UTC). |
|
CreateCustomTimeZone(String, TimeSpan, String, String) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, and a standard time display name. |
|
CreateCustomTimeZone(String, TimeSpan, String, String, String, array<TimeZoneInfo::AdjustmentRule>) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, and daylight saving time rules. |
|
CreateCustomTimeZone(String, TimeSpan, String, String, String, array<TimeZoneInfo::AdjustmentRule>, Boolean) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, daylight saving time rules, and a value that indicates whether the returned object reflects daylight saving time information. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Equals(TimeZoneInfo) | Determines whether the current TimeZoneInfo object and another TimeZoneInfo object are equal. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindSystemTimeZoneById | Retrieves a TimeZoneInfo object from the registry based on its identifier. |
|
FromSerializedString | Deserializes a string to re-create an original serialized TimeZoneInfo object. |
|
GetAdjustmentRules | Retrieves an array of TimeZoneInfo::AdjustmentRule objects that apply to the current TimeZoneInfo object. |
|
GetAmbiguousTimeOffsets(DateTime) | Returns information about the possible dates and times that an ambiguous date and time can be mapped to. |
|
GetAmbiguousTimeOffsets(DateTimeOffset) | Returns information about the possible dates and times that an ambiguous date and time can be mapped to. |
|
GetHashCode | Serves as a hash function for hashing algorithms and data structures such as hash tables. (Overrides Object::GetHashCode().) |
|
GetSystemTimeZones | Returns a sorted collection of all the time zones about which information is available on the local system. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUtcOffset(DateTime) | Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time. |
|
GetUtcOffset(DateTimeOffset) | Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time. |
|
HasSameRules | Indicates whether the current object and another TimeZoneInfo object have the same adjustment rules. |
|
IsAmbiguousTime(DateTime) | Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times. |
|
IsAmbiguousTime(DateTimeOffset) | Determines whether a particular date and time in a particular time zone is ambiguous and can be mapped to two or more Coordinated Universal Time (UTC) times. |
|
IsDaylightSavingTime(DateTime) | Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current TimeZoneInfo object. |
|
IsDaylightSavingTime(DateTimeOffset) | Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current TimeZoneInfo object. |
|
IsInvalidTime | Indicates whether a particular date and time is invalid. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToSerializedString | Converts the current TimeZoneInfo object to a serialized string. |
|
ToString | Returns the current TimeZoneInfo object's display name. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
IDeserializationCallback::OnDeserialization | Infrastructure. Runs when the deserialization of an object has been completed. |
|
ISerializable::GetObjectData | Infrastructure. Populates a SerializationInfo object with the data needed to serialize the current TimeZoneInfo object. |
Show: