All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.ktx.datetime.format.Duration.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy