Duration.UnaryPlus OperatorDuration.UnaryPlus OperatorDuration::UnaryPlus Operator

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

Syntax

Public Shared Operator +( _
    duration As Duration _
) As Duration
public static Duration operator +(
    Duration duration
)
public:
static Duration operator +(
    Duration duration
)
 

Return Value

Type: XmlPrime.DurationXmlPrime.DurationXmlPrime::Duration

The value of the operand, duration.