minutes

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

Returns a Duration representing the specified value number of minutes.

Since Kotlin

1.5

Returns a Duration representing the specified value number of minutes.

Since Kotlin

1.5

Throws

if the provided Doublevalue is NaN.