DateWithZone OperatorsDateWithZone OperatorsDateWithZone Operators

The DateWithZoneDateWithZoneDateWithZone type exposes the following members.

Operators

 OperatorDescription
Public operatorstaticAddition (DateWithZone, DayTimeDuration)Addition (DateWithZone, DayTimeDuration)Addition (DateWithZone, DayTimeDuration) Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone
Public operatorstaticAddition (DateWithZone, YearMonthDuration)Addition (DateWithZone, YearMonthDuration)Addition (DateWithZone, YearMonthDuration) Adds a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
Public operatorstaticAddition (DayTimeDuration, DateWithZone)Addition (DayTimeDuration, DateWithZone)Addition (DayTimeDuration, DateWithZone) Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone
Public operatorstaticAddition (YearMonthDuration, DateWithZone)Addition (YearMonthDuration, DateWithZone)Addition (YearMonthDuration, DateWithZone) Adds a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
Public operatorstaticEqualityEqualityEquality Indicates whether a specified DateWithZoneDateWithZoneDateWithZone is equal to another specified DateWithZoneDateWithZoneDateWithZone.
Public operatorstaticInequalityInequalityInequality Indicates whether a specified DateWithZoneDateWithZoneDateWithZone is not equal to another specified DateWithZoneDateWithZoneDateWithZone.
Public operatorstaticSubtraction (DateWithZone, DateWithZone)Subtraction (DateWithZone, DateWithZone)Subtraction (DateWithZone, DateWithZone) Subtracts a DateWithZoneDateWithZoneDateWithZone from a DateWithZoneDateWithZoneDateWithZone
Public operatorstaticSubtraction (DateWithZone, DayTimeDuration)Subtraction (DateWithZone, DayTimeDuration)Subtraction (DateWithZone, DayTimeDuration) Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a DateWithZoneDateWithZoneDateWithZone.
Public operatorstaticSubtraction (DateWithZone, YearMonthDuration)Subtraction (DateWithZone, YearMonthDuration)Subtraction (DateWithZone, YearMonthDuration) Subtracts a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone

Top