DateWithZone OperatorsDateWithZone OperatorsDateWithZone Operators
- XmlPrime 2.7
- Other Versions ▼
Operators
| Operator | Description |
---|
  | Addition (DateWithZone, DayTimeDuration)Addition (DateWithZone, DayTimeDuration)Addition (DateWithZone, DayTimeDuration) |
Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone
|
  | Addition (DateWithZone, YearMonthDuration)Addition (DateWithZone, YearMonthDuration)Addition (DateWithZone, YearMonthDuration) |
Adds a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
|
  | Addition (DayTimeDuration, DateWithZone)Addition (DayTimeDuration, DateWithZone)Addition (DayTimeDuration, DateWithZone) |
Adds a DayTimeDurationDayTimeDurationDayTimeDuration to a DateWithZoneDateWithZoneDateWithZone
|
  | Addition (YearMonthDuration, DateWithZone)Addition (YearMonthDuration, DateWithZone)Addition (YearMonthDuration, DateWithZone) |
Adds a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
|
  | EqualityEqualityEquality |
Indicates whether a specified DateWithZoneDateWithZoneDateWithZone is equal to another specified DateWithZoneDateWithZoneDateWithZone.
|
  | InequalityInequalityInequality |
Indicates whether a specified DateWithZoneDateWithZoneDateWithZone is not equal to another specified DateWithZoneDateWithZoneDateWithZone.
|
  | Subtraction (DateWithZone, DateWithZone)Subtraction (DateWithZone, DateWithZone)Subtraction (DateWithZone, DateWithZone) |
Subtracts a DateWithZoneDateWithZoneDateWithZone from a DateWithZoneDateWithZoneDateWithZone
|
  | Subtraction (DateWithZone, DayTimeDuration)Subtraction (DateWithZone, DayTimeDuration)Subtraction (DateWithZone, DayTimeDuration) |
Subtracts a DayTimeDurationDayTimeDurationDayTimeDuration from a DateWithZoneDateWithZoneDateWithZone.
|
  | Subtraction (DateWithZone, YearMonthDuration)Subtraction (DateWithZone, YearMonthDuration)Subtraction (DateWithZone, YearMonthDuration) |
Subtracts a YearMonthDurationYearMonthDurationYearMonthDuration from a DateWithZoneDateWithZoneDateWithZone
|
Top