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

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

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy