seconds

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

Returns a Duration representing the specified value number of seconds.

Since Kotlin

1.5

Returns a Duration representing the specified value number of seconds.

Since Kotlin

1.5

Throws

if the provided Doublevalue is NaN.