minutes

val Int.minutes: Duration

Returns a Duration equal to this Int number of minutes.

Since Kotlin

1.3

val Long.minutes: Duration

Returns a Duration equal to this Long number of minutes.

Since Kotlin

1.3

val Double.minutes: Duration

Returns a Duration equal to this Double number of minutes.

Since Kotlin

1.3

Throws

if this Double value is NaN.