TimeWithZone.Subtraction Operator (TimeWithZone, DayTimeDuration)TimeWithZone.Subtraction Operator (TimeWithZone, DayTimeDuration)TimeWithZone::Subtraction Operator (TimeWithZone, DayTimeDuration)

Syntax

Public Shared Operator -( _
    time As TimeWithZone, _
    duration As DayTimeDuration _
) As TimeWithZone
public static TimeWithZone operator -(
    TimeWithZone time,
    DayTimeDuration duration
)
public:
static TimeWithZone operator -(
    TimeWithZone time, 
    DayTimeDuration duration
)
 

Return Value

Type: XmlPrime.TimeWithZoneXmlPrime.TimeWithZoneXmlPrime::TimeWithZone

The TimeWithZoneTimeWithZoneTimeWithZone that is the the result of subtracting duration from time.