hours

fun hours(value: Int): Duration(source)
fun hours(value: Long): Duration(source)

Returns a Duration representing the specified value number of hours.

Since Kotlin

1.5

fun hours(value: Double): Duration(source)

Returns a Duration representing the specified value number of hours.

Since Kotlin

1.5

Throws

if the provided Doublevalue is NaN.