times

operator fun times(scale: Double): Duration
operator fun times(scale: Int): Duration

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