TimeZoneInfo Methods

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticClearCachedData()

Clears cached time zone data.

System_CAPS_pubmethodSystem_CAPS_staticConvertTime(DateTime, TimeZoneInfo^)

Converts a time to the time in a particular time zone.

System_CAPS_pubmethodSystem_CAPS_staticConvertTime(DateTime, TimeZoneInfo^, TimeZoneInfo^)

Converts a time from one time zone to another.

System_CAPS_pubmethodSystem_CAPS_staticConvertTime(DateTimeOffset, TimeZoneInfo^)

Converts a time to the time in a particular time zone.

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeBySystemTimeZoneId(DateTime, String^)

Converts a time to the time in another time zone based on the time zone's identifier.

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeBySystemTimeZoneId(DateTime, String^, String^)

Converts a time from one time zone to another based on time zone identifiers.

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeBySystemTimeZoneId(DateTimeOffset, String^)

Converts a time to the time in another time zone based on the time zone's identifier.

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeFromUtc(DateTime, TimeZoneInfo^)

Converts a Coordinated Universal Time (UTC) to the time in a specified time zone.

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeToUtc(DateTime)

Converts the specified date and time to Coordinated Universal Time (UTC).

System_CAPS_pubmethodSystem_CAPS_staticConvertTimeToUtc(DateTime, TimeZoneInfo^)

Converts the time in a specified time zone to Coordinated Universal Time (UTC).

System_CAPS_pubmethodSystem_CAPS_staticCreateCustomTimeZone(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateCustomTimeZone(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.

System_CAPS_pubmethodSystem_CAPS_staticCreateCustomTimeZone(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.

System_CAPS_pubmethodEquals(Object^)

Determines whether the current TimeZoneInfo object and another object are equal.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodEquals(TimeZoneInfo^)

Determines whether the current TimeZoneInfo object and another TimeZoneInfo object are equal.

System_CAPS_pubmethodSystem_CAPS_staticFindSystemTimeZoneById(String^)

Retrieves a TimeZoneInfo object from the registry based on its identifier.

System_CAPS_pubmethodSystem_CAPS_staticFromSerializedString(String^)

Deserializes a string to re-create an original serialized TimeZoneInfo object.

System_CAPS_pubmethodGetAdjustmentRules()

Retrieves an array of TimeZoneInfo::AdjustmentRule objects that apply to the current TimeZoneInfo object.

System_CAPS_pubmethodGetAmbiguousTimeOffsets(DateTime)

Returns information about the possible dates and times that an ambiguous date and time can be mapped to.

System_CAPS_pubmethodGetAmbiguousTimeOffsets(DateTimeOffset)

Returns information about the possible dates and times that an ambiguous date and time can be mapped to.

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodSystem_CAPS_staticGetSystemTimeZones()

Returns a sorted collection of all the time zones about which information is available on the local system.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetUtcOffset(DateTime)

Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.

System_CAPS_pubmethodGetUtcOffset(DateTimeOffset)

Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.

System_CAPS_pubmethodHasSameRules(TimeZoneInfo^)

Indicates whether the current object and another TimeZoneInfo object have the same adjustment rules.

System_CAPS_pubmethodIsAmbiguousTime(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.

System_CAPS_pubmethodIsAmbiguousTime(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.

System_CAPS_pubmethodIsDaylightSavingTime(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.

System_CAPS_pubmethodIsDaylightSavingTime(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.

System_CAPS_pubmethodIsInvalidTime(DateTime)

Indicates whether a particular date and time is invalid.

System_CAPS_pubmethodToSerializedString()

Converts the current TimeZoneInfo object to a serialized string.

System_CAPS_pubmethodToString()

Returns the current TimeZoneInfo object's display name.(Overrides Object::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDeserializationCallback::OnDeserialization(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Runs when the deserialization of an object has been completed.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISerializable::GetObjectData(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Populates a SerializationInfo object with the data needed to serialize the current TimeZoneInfo object.

Return to top
Show: