DayTimeDuration.Multiply Operator (double, DayTimeDuration)DayTimeDuration.Multiply Operator (Double, DayTimeDuration)DayTimeDuration::Multiply Operator (double, DayTimeDuration)

Multiplies the specified DayTimeDurationDayTimeDurationDayTimeDuration value by a doubleDoubledouble value.

Syntax

Public Shared Operator *( _
    value As Double, _
    duration As DayTimeDuration _
) As DayTimeDuration
public static DayTimeDuration operator *(
    double value,
    DayTimeDuration duration
)
public:
static DayTimeDuration operator *(
    double value, 
    DayTimeDuration duration
)
 

Exceptions

ExceptionCondition
OverflowExceptionOverflowExceptionOverflowException The return value would be less than MinValueMinValueMinValue or greater than MaxValueMaxValueMaxValue.
ArgumentExceptionArgumentExceptionArgumentException The value of value was NaNNaNNaN.