times

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

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

See also