TimeWithZone MethodsTimeWithZone MethodsTimeWithZone Methods

The TimeWithZoneTimeWithZoneTimeWithZone type exposes the following members.

Methods

 MethodDescription
Public methodstaticAdd (DayTimeDuration, TimeWithZone)Add (DayTimeDuration, TimeWithZone)Add (DayTimeDuration, TimeWithZone) Adds a TimeWithZoneTimeWithZoneTimeWithZone to a DayTimeDurationDayTimeDurationDayTimeDuration.
Public methodstaticAdd (TimeWithZone, DayTimeDuration)Add (TimeWithZone, DayTimeDuration)Add (TimeWithZone, DayTimeDuration) Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a TimeWithZoneTimeWithZoneTimeWithZone.
Public methodAdjustToTimeZoneAdjustToTimeZoneAdjustToTimeZone Adjusts a TimeWithZoneTimeWithZoneTimeWithZone structure to a specific time zone, or to no time zone.
Public methodstaticCompareCompareCompare Compares a TimeWithZoneTimeWithZoneTimeWithZone with another TimeWithZoneTimeWithZoneTimeWithZone.
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether this instance is equal to a specified object. (Overrides ValueType.EqualsValueType.EqualsValueType::Equals)
Public methodEquals (TimeWithZone)Equals (TimeWithZone)Equals (TimeWithZone) Indicates whether this instance is equal to another TimeWithZoneTimeWithZoneTimeWithZone.
Public methodstaticEquals (TimeWithZone, TimeWithZone, TimeZone)Equals (TimeWithZone, TimeWithZone, TimeZone)Equals (TimeWithZone, TimeWithZone, TimeZone) Indicates whether a specified TimeWithZoneTimeWithZoneTimeWithZone is equal to another specified TimeWithZoneTimeWithZoneTimeWithZone given the supplied implicit time zone.
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 of an xs:time to its TimeWithZoneTimeWithZoneTimeWithZone equivalent.
Public methodstaticSubtract (TimeWithZone, DayTimeDuration)Subtract (TimeWithZone, DayTimeDuration)Subtract (TimeWithZone, DayTimeDuration) Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a TimeWithZoneTimeWithZoneTimeWithZone.
Public methodstaticSubtract (TimeWithZone, TimeWithZone)Subtract (TimeWithZone, TimeWithZone)Subtract (TimeWithZone, TimeWithZone) Subtracts a TimeWithZoneTimeWithZoneTimeWithZone from another TimeWithZoneTimeWithZoneTimeWithZone.
Public methodstaticSubtract (TimeWithZone, TimeWithZone, TimeZone)Subtract (TimeWithZone, TimeWithZone, TimeZone)Subtract (TimeWithZone, TimeWithZone, TimeZone) Subtracts two specified TimeWithZoneTimeWithZoneTimeWithZone values.
Public methodToString ()ToString ()ToString () Returns the canonical lexical representation of this TimeWithZoneTimeWithZoneTimeWithZone. (Overrides ValueType.ToStringValueType.ToStringValueType::ToString)
Public methodToString (string, CultureInfo)ToString (String, CultureInfo)ToString (String^, CultureInfo^) Converts the value of the current TimeWithZoneTimeWithZoneTimeWithZone object to its equivalent string representation using the specified format and culture-specific format information.
Public methodstaticTryParseTryParseTryParse Converts a lexical representation of an xs:time to its TimeWithZoneTimeWithZoneTimeWithZone equivalent. A return value indicates whether the conversion succeeded or failed.

Top