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