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

commonMain.measurement.TimeMeasurement.kt Maven / Gradle / Ivy

There is a newer version: 0.9.20
Show newest version
package io.fluidsonic.time

import kotlin.time.*
import kotlin.time.Duration


interface TimeMeasurement> : TemporalMeasurement {

	fun toDays(): Days

	@ExperimentalTime
	fun toDuration(): Duration

	fun toHours(): Hours

	fun toMicroseconds(): Microseconds

	fun toMilliseconds(): Milliseconds

	fun toMinutes(): Minutes

	fun toNanoseconds(): Nanoseconds

	fun toPreciseDuration(): PreciseDuration

	fun toSeconds(): Seconds


	companion object


	interface CompanionInterface> : TemporalMeasurement.CompanionInterface
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy