DateTimeWithZone.Add Method (YearMonthDuration, DateTimeWithZone)DateTimeWithZone.Add Method (YearMonthDuration, DateTimeWithZone)DateTimeWithZone::Add Method (YearMonthDuration, DateTimeWithZone)

Syntax

Public Shared Function Add( _
    duration As YearMonthDuration, _
    dateTime As DateTimeWithZone _
) As DateTimeWithZone
public static DateTimeWithZone Add(
    YearMonthDuration duration,
    DateTimeWithZone dateTime
)
public:
static DateTimeWithZone Add(
    YearMonthDuration duration, 
    DateTimeWithZone dateTime
)
 

Exceptions

ExceptionCondition
OverflowExceptionOverflowExceptionOverflowExceptionAn overflow error occurred.