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