Duration.Plus MethodDuration.Plus MethodDuration::Plus Method

Returns the value of the DurationDurationDuration operand (the sign of the operand is unchanged).

Syntax

Public Shared Function Plus( _
    duration As Duration _
) As Duration
public static Duration Plus(
    Duration duration
)
public:
static Duration Plus(
    Duration duration
)
 

Return Value

Type: XmlPrime.DurationXmlPrime.DurationXmlPrime::Duration

The value of the operand, duration.