times

Platform and version requirements: JVM (1.6), JS (1.6), Native (1.6)
operator fun Int.times(duration: Duration): Duration

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

Platform and version requirements: JVM (1.6), JS (1.6), Native (1.6)
operator fun Double.times(duration: Duration): Duration

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

The operation may involve rounding when the result cannot be represented exactly with a Double number.

Exceptions

IllegalArgumentException - if the operation results in a NaN value.

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.time/times.html