operator ~/ method

Divides this Duration by the given quotient and returns the truncated result as a new Duration object.

Duration operator ~/(
int quotient
)

Divides this Duration by the given quotient and returns the truncated result as a new Duration object.

Throws an IntegerDivisionByZeroException if quotient is 0.