operator fun div(scalar: Int): IntMinutes
Divide by a scalar value.
ArithmeticException - if overflow occurs or the scalar is zero
ArithmeticException
operator fun div(scalar: Long): LongMinutes
ArithmeticException - if the scalar is zero