  | Add (DateTimeWithZone, DayTimeDuration)Add (DateTimeWithZone, DayTimeDuration)Add (DateTimeWithZone, DayTimeDuration) |
Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Add (DateTimeWithZone, YearMonthDuration)Add (DateTimeWithZone, YearMonthDuration)Add (DateTimeWithZone, YearMonthDuration) |
Adds a YearMonthDurationYearMonthDurationYearMonthDuration to a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Add (DayTimeDuration, DateTimeWithZone)Add (DayTimeDuration, DateTimeWithZone)Add (DayTimeDuration, DateTimeWithZone) |
Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Add (YearMonthDuration, DateTimeWithZone)Add (YearMonthDuration, DateTimeWithZone)Add (YearMonthDuration, DateTimeWithZone) |
Adds a YearMonthDurationYearMonthDurationYearMonthDuration to a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
 | AdjustToTimeZoneAdjustToTimeZoneAdjustToTimeZone |
Adjusts a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone structure to a specific time zone, or to no time zone.
|
  | CompareCompareCompare |
Compares a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone with another DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
 | Equals (object)Equals (Object)Equals (object^) |
Determines whether this instance is equal to a specified object.
(Overrides ValueType.EqualsValueType.EqualsValueType::Equals) |
 | Equals (DateTimeWithZone)Equals (DateTimeWithZone)Equals (DateTimeWithZone) |
Indicates whether this instance is equal to another DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Equals (DateTimeWithZone, DateTimeWithZone, TimeZone)Equals (DateTimeWithZone, DateTimeWithZone, TimeZone)Equals (DateTimeWithZone, DateTimeWithZone, TimeZone) |
Indicates whether a specified DateTimeWithZoneDateTimeWithZoneDateTimeWithZone is equal to another specified DateTimeWithZoneDateTimeWithZoneDateTimeWithZone
given the supplied implicit time zone.
|
 | Object.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) |
 | 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:dateTime to its DateTimeWithZoneDateTimeWithZoneDateTimeWithZone equivalent.
|
  | Subtract (DateTimeWithZone, DateTimeWithZone)Subtract (DateTimeWithZone, DateTimeWithZone)Subtract (DateTimeWithZone, DateTimeWithZone) |
Subtracts a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone from another DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Subtract (DateTimeWithZone, DateTimeWithZone, TimeZone)Subtract (DateTimeWithZone, DateTimeWithZone, TimeZone)Subtract (DateTimeWithZone, DateTimeWithZone, TimeZone) |
Subtracts a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone value from a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone value in the given time zone.
|
  | Subtract (DateTimeWithZone, DayTimeDuration)Subtract (DateTimeWithZone, DayTimeDuration)Subtract (DateTimeWithZone, DayTimeDuration) |
Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
|
  | Subtract (DateTimeWithZone, YearMonthDuration)Subtract (DateTimeWithZone, YearMonthDuration)Subtract (DateTimeWithZone, YearMonthDuration) |
Subtracts a YearMonthDurationYearMonthDurationYearMonthDuration from a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone
|
 | ToDateTimeToDateTimeToDateTime |
Returns the value as a DateTimeDateDateTime instance.
|
 | ToString ()ToString ()ToString () |
Returns the canonical lexical representation of this DateTimeWithZoneDateTimeWithZoneDateTimeWithZone.
(Overrides ValueType.ToStringValueType.ToStringValueType::ToString) |
 | ToString (string, CultureInfo, TimeZoneInfo)ToString (String, CultureInfo, TimeZoneInfo)ToString (String^, CultureInfo^, TimeZoneInfo^) |
Converts the value of the current DateTimeWithZoneDateTimeWithZoneDateTimeWithZone object to its equivalent string representation
using the specified format and culture-specific format information.
|
  | TryParseTryParseTryParse |
Converts a lexical representation of an xs:dateTime to its DateTimeWithZoneDateTimeWithZoneDateTimeWithZone
equivalent. A return value indicates whether the conversion succeeded or failed.
|