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