seconds
Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
inline val Int.seconds: <ERROR CLASS>
Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
inline val Long.seconds: <ERROR CLASS>
Platform and version requirements: JVM (1.0), JS (1.0), Native (1.0)
inline val Double.seconds: <ERROR CLASS>
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
@ExperimentalTime @DeprecatedSinceKotlin("1.6") fun seconds( value: Int ): DurationDeprecated: Use 'Int.seconds' extension property from Duration.Companion instead.
@ExperimentalTime @DeprecatedSinceKotlin("1.6") fun seconds( value: Long ): DurationDeprecated: Use 'Long.seconds' extension property from Duration.Companion instead.
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
@ExperimentalTime @DeprecatedSinceKotlin("1.6") fun seconds( value: Double ): DurationDeprecated: Use 'Double.seconds' extension property from Duration.Companion instead.
© 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/-duration/seconds.html