minutes

val Long.minutes: Duration
val Float.minutes: Duration
val Int.minutes: Duration
val Double.minutes: Duration

Duration representing this number as minutes or 60 seconds.


val Duration.minutes: Double

Returns the total number of minutes for this Duration (60 seconds)