DateWithZone MethodsDateWithZone MethodsDateWithZone Methods

The DateWithZoneDateWithZoneDateWithZone type exposes the following members.

Methods

 MethodDescription
Public methodstaticAdd (DateWithZone, DayTimeDuration)Add (DateWithZone, DayTimeDuration)Add (DateWithZone, DayTimeDuration) Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone.
Public methodstaticAdd (DateWithZone, YearMonthDuration)Add (DateWithZone, YearMonthDuration)Add (DateWithZone, YearMonthDuration) Adds a YearMonthDurationYearMonthDurationYearMonthDuration to a DateWithZoneDateWithZoneDateWithZone.
Public methodstaticAdd (DayTimeDuration, DateWithZone)Add (DayTimeDuration, DateWithZone)Add (DayTimeDuration, DateWithZone) Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone.
Public methodstaticAdd (YearMonthDuration, DateWithZone)Add (YearMonthDuration, DateWithZone)Add (YearMonthDuration, DateWithZone) Adds a YearMonthDurationYearMonthDurationYearMonthDuration to a DateWithZoneDateWithZoneDateWithZone.
Public methodAdjustToTimeZoneAdjustToTimeZoneAdjustToTimeZone Adjusts a DateWithZoneDateWithZoneDateWithZone structure to a specific time zone, or to no time zone.
Public methodstaticCompareCompareCompare Compares a DateWithZoneDateWithZoneDateWithZone with another DateWithZoneDateWithZoneDateWithZone.
Public methodstaticDaysInMonthDaysInMonthDaysInMonth Returns the number of days in the specified month of a specified year.
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether this instance is equal to a specified object. (Overrides ValueType.EqualsValueType.EqualsValueType::Equals)
Public methodEquals (DateWithZone)Equals (DateWithZone)Equals (DateWithZone) Indicates whether this instance is equal to another DateWithZoneDateWithZoneDateWithZone.
Public methodstaticEquals (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.
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)
Public methodstaticIsLeapYearIsLeapYearIsLeapYear Determines whether the specified year is a leap year.
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:date to its DateWithZoneDateWithZoneDateWithZone equivalent.
Public methodstaticSubtract (DateWithZone, DateWithZone)Subtract (DateWithZone, DateWithZone)Subtract (DateWithZone, DateWithZone) Subtracts a DateWithZoneDateWithZoneDateWithZone from another DateWithZoneDateWithZoneDateWithZone.
Public methodstaticSubtract (DateWithZone, DateWithZone, TimeZone)Subtract (DateWithZone, DateWithZone, TimeZone)Subtract (DateWithZone, DateWithZone, TimeZone) Subtracts a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone value from a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone value in the given time zone.
Public methodstaticSubtract (DateWithZone, DayTimeDuration)Subtract (DateWithZone, DayTimeDuration)Subtract (DateWithZone, DayTimeDuration) Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a DateWithZoneDateWithZoneDateWithZone.
Public methodstaticSubtract (DateWithZone, YearMonthDuration)Subtract (DateWithZone, YearMonthDuration)Subtract (DateWithZone, YearMonthDuration) Subtracts a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
Public methodToString ()ToString ()ToString () Returns the canonical lexical representation of this DateWithZoneDateWithZoneDateWithZone. (Overrides ValueType.ToStringValueType.ToStringValueType::ToString)
Public methodToString (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.
Public methodstaticTryParseTryParseTryParse Converts a lexical representation of an xs:date to its DateWithZoneDateWithZoneDateWithZone equivalent. A return value indicates whether the conversion succeeded or failed.

Top