TimeZone MethodsTimeZone MethodsTimeZone Methods

The TimeZoneTimeZoneTimeZone type exposes the following members.

Methods

 MethodDescription
Public methodstaticCompareCompareCompare Compares two specified TimeZoneTimeZoneTimeZone values.
Public methodCompareToCompareToCompareTo Compares this instance to a specified TimeZoneTimeZoneTimeZone and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified TimeZoneTimeZoneTimeZone.
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether this instance is equal to a specified object. (Overrides ValueType.EqualsValueType.EqualsValueType::Equals)
Public methodEquals (TimeZone)Equals (TimeZone)Equals (TimeZone) Indicates whether this instance is equal to another TimeZoneTimeZoneTimeZone.
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetHashCodeGetHashCodeGetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCodeValueType.GetHashCodeValueType::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodstaticParseParseParse Converts a lexical representation to its TimeZoneTimeZoneTimeZone equivalent.
Public methodToDayTimeDurationToDayTimeDurationToDayTimeDuration Returns the value of the current TimeZoneTimeZoneTimeZone expressed as a DayTimeDurationDayTimeDurationDayTimeDuration.
Public methodToStringToStringToString Returns the canonical lexical representation of this TimeZoneTimeZoneTimeZone. (Overrides ValueType.ToStringValueType.ToStringValueType::ToString)
Public methodstaticTryConvertTryConvertTryConvert Tries to construct a TimeZoneTimeZoneTimeZone from a DayTimeDurationDayTimeDurationDayTimeDuration.
Public methodstaticTryParseTryParseTryParse Converts a lexical representation to its TimeZoneTimeZoneTimeZone equivalent. A return value indicates whether the conversion succeeded or failed.

Top