TimeWithZone.Subtract Method (TimeWithZone, DayTimeDuration)TimeWithZone.Subtract Method (TimeWithZone, DayTimeDuration)TimeWithZone::Subtract Method (TimeWithZone, DayTimeDuration)

Syntax

Public Shared Function Subtract( _
    time As TimeWithZone, _
    duration As DayTimeDuration _
) As TimeWithZone
public static TimeWithZone Subtract(
    TimeWithZone time,
    DayTimeDuration duration
)
public:
static TimeWithZone Subtract(
    TimeWithZone time, 
    DayTimeDuration duration
)
 

Return Value

Type: XmlPrime.TimeWithZoneXmlPrime.TimeWithZoneXmlPrime::TimeWithZone

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