This documentation is archived and is not being maintained.
TimeZoneInfo::TransitionTime Methods
Visual Studio 2010
The TimeZoneInfo::TransitionTime type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateFixedDateRule | Defines a time change that uses a fixed-date rule. |
|
CreateFloatingDateRule | Defines a time change that uses a floating-date rule. |
|
Equals(Object) | Determines whether an object has identical values to the current TimeZoneInfo::TransitionTime object. (Overrides ValueType::Equals(Object).) |
|
Equals(TimeZoneInfo::TransitionTime) | Determines whether the current TimeZoneInfo::TransitionTime object has identical values to a second TimeZoneInfo::TransitionTime object. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for hashing algorithms and data structures such as hash tables. (Overrides ValueType::GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| 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 that is required to serialize this object. |
Show: