DateWithZone.Subtraction Operator (DateWithZone, YearMonthDuration)DateWithZone.Subtraction Operator (DateWithZone, YearMonthDuration)DateWithZone::Subtraction Operator (DateWithZone, YearMonthDuration)

Syntax

Public Shared Operator -( _
    date As DateWithZone, _
    duration As YearMonthDuration _
) As DateWithZone
public static DateWithZone operator -(
    DateWithZone date,
    YearMonthDuration duration
)
public:
static DateWithZone operator -(
    DateWithZone date, 
    YearMonthDuration duration
)
 

Return Value

Type: XmlPrime.DateWithZoneXmlPrime.DateWithZoneXmlPrime::DateWithZone

The DayTimeDurationDayTimeDurationDayTimeDuration which is the result of subtracting duration from date.

Exceptions

ExceptionCondition
OverflowExceptionOverflowExceptionOverflowExceptionAn overflow error occurred.