YearMonthDuration.Division Operator (YearMonthDuration, double)YearMonthDuration.Division Operator (YearMonthDuration, Double)YearMonthDuration::Division Operator (YearMonthDuration, double)

Syntax

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

Remarks

The result is rounded to the nearest month, as per the fn:round function.