commonMain.measurement.DateMeasurement.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-time-jdk8 Show documentation
Show all versions of fluid-time-jdk8 Show documentation
Multiplatform date & time library
package io.fluidsonic.time
interface DateMeasurement> : TemporalMeasurement {
companion object
interface CompanionInterface> : TemporalMeasurement.CompanionInterface
}