div

Common
JVM
JS
Native
1.0
operator fun div(scale: Int): Duration
operator fun div(scale: Double): Duration

Returns a duration whose value is this duration value divided by the given scale number.

Common
JVM
JS
Native
1.0
operator fun div(other: Duration): Double

Returns a number that is the ratio of this and other duration values.