DateWithZone.Subtract Method (DateWithZone, YearMonthDuration)DateWithZone.Subtract Method (DateWithZone, YearMonthDuration)DateWithZone::Subtract Method (DateWithZone, YearMonthDuration)

Syntax

Public Shared Function Subtract( _
    date As DateWithZone, _
    duration As YearMonthDuration _
) As DateWithZone
public static DateWithZone Subtract(
    DateWithZone date,
    YearMonthDuration duration
)
public:
static DateWithZone Subtract(
    DateWithZone date, 
    YearMonthDuration duration
)
 

Return Value

Type: XmlPrime.DateWithZoneXmlPrime.DateWithZoneXmlPrime::DateWithZone

The DateWithZoneDateWithZoneDateWithZone that is the result of subtracting duration from date.

Exceptions

ExceptionCondition
OverflowExceptionOverflowExceptionOverflowExceptionAn overflow error occurred.