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

Syntax

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

Return Value

Type: XmlPrime.TimeWithZoneXmlPrime.TimeWithZoneXmlPrime::TimeWithZone

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