commonMain.measurement.TimeMeasurement.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-time-iosarm64 Show documentation
Show all versions of fluid-time-iosarm64 Show documentation
multiplatform date & time library
The newest version!
package com.github.fluidsonic.fluid.time
interface TimeMeasurement> : TemporalMeasurement {
fun toDays(): Days
fun toDuration(): Duration
fun toHours(): Hours
fun toMicroseconds(): Microseconds
fun toMilliseconds(): Milliseconds
fun toMinutes(): Minutes
fun toNanoseconds(): Nanoseconds
fun toSeconds(): Seconds
companion object
interface CompanionInterface> : TemporalMeasurement.CompanionInterface
}