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

Syntax

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

Return Value

Type: XmlPrime.TimeWithZoneXmlPrime.TimeWithZoneXmlPrime::TimeWithZone

A TimeWithZoneTimeWithZoneTimeWithZone that is the the result of adding duration to time.