commonMain.com.bselzer.ktx.datetime.format.Duration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktx-datetime-jvm Show documentation
Show all versions of ktx-datetime-jvm Show documentation
Extensions for the Kotlin standard library and third-party libraries.
The newest version!
package com.bselzer.ktx.datetime.format
import kotlin.time.Duration
/**
* Formats the duration into a user friendly representation with minutes as the highest unit.
*/
expect fun Duration.minuteFormat(): String