  | Add (DayTimeDuration, TimeWithZone)Add (DayTimeDuration, TimeWithZone)Add (DayTimeDuration, TimeWithZone) |
Adds a TimeWithZoneTimeWithZoneTimeWithZone to a DayTimeDurationDayTimeDurationDayTimeDuration.
|
  | Add (TimeWithZone, DayTimeDuration)Add (TimeWithZone, DayTimeDuration)Add (TimeWithZone, DayTimeDuration) |
Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a TimeWithZoneTimeWithZoneTimeWithZone.
|
 | AdjustToTimeZoneAdjustToTimeZoneAdjustToTimeZone |
Adjusts a TimeWithZoneTimeWithZoneTimeWithZone structure to a specific time zone, or to no time zone.
|
  | CompareCompareCompare |
Compares a TimeWithZoneTimeWithZoneTimeWithZone with another TimeWithZoneTimeWithZoneTimeWithZone.
|
 | Equals (object)Equals (Object)Equals (object^) |
Determines whether this instance is equal to a specified object.
(Overrides ValueType.EqualsValueType.EqualsValueType::Equals) |
 | Equals (TimeWithZone)Equals (TimeWithZone)Equals (TimeWithZone) |
Indicates whether this instance is equal to another TimeWithZoneTimeWithZoneTimeWithZone.
|
  | Equals (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.
|
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetHashCodeGetHashCodeGetHashCode |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCodeValueType.GetHashCodeValueType::GetHashCode) |
 | Object.GetTypeObject.GetTypeObject::GetType | Gets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone | Creates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
  | ParseParseParse |
Converts a lexical representation of an xs:time to its TimeWithZoneTimeWithZoneTimeWithZone equivalent.
|
  | Subtract (TimeWithZone, DayTimeDuration)Subtract (TimeWithZone, DayTimeDuration)Subtract (TimeWithZone, DayTimeDuration) |
Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a TimeWithZoneTimeWithZoneTimeWithZone.
|
  | Subtract (TimeWithZone, TimeWithZone)Subtract (TimeWithZone, TimeWithZone)Subtract (TimeWithZone, TimeWithZone) |
Subtracts a TimeWithZoneTimeWithZoneTimeWithZone from another TimeWithZoneTimeWithZoneTimeWithZone.
|
  | Subtract (TimeWithZone, TimeWithZone, TimeZone)Subtract (TimeWithZone, TimeWithZone, TimeZone)Subtract (TimeWithZone, TimeWithZone, TimeZone) |
Subtracts two specified TimeWithZoneTimeWithZoneTimeWithZone values.
|
 | ToString ()ToString ()ToString () |
Returns the canonical lexical representation of this TimeWithZoneTimeWithZoneTimeWithZone.
(Overrides ValueType.ToStringValueType.ToStringValueType::ToString) |
 | ToString (string, CultureInfo, TimeZoneInfo)ToString (String, CultureInfo, TimeZoneInfo)ToString (String^, CultureInfo^, TimeZoneInfo^) |
Converts the value of the current TimeWithZoneTimeWithZoneTimeWithZone object to its equivalent string representation
using the specified format and culture-specific format information.
|
  | TryParseTryParseTryParse |
Converts a lexical representation of an xs:time to its TimeWithZoneTimeWithZoneTimeWithZone equivalent.
A return value indicates whether the conversion succeeded or failed.
|