jvmMain.io.nacular.doodle.time.impl.SystemClock.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of desktop-jvm Show documentation
Show all versions of desktop-jvm Show documentation
A pure Kotlin, UI framework for the Web
package io.nacular.doodle.time.impl
import io.nacular.doodle.time.Clock
import io.nacular.measured.units.Measure
import io.nacular.measured.units.Time
import io.nacular.measured.units.Time.Companion.milliseconds
import io.nacular.measured.units.times
/**
* Created by Nicholas Eddy on 6/25/21.
*/
public class SystemClock(private val delegate: kotlinx.datetime.Clock.System): Clock {
override val epoch: Measure
© 2015 - 2024 Weber Informatics LLC | Privacy Policy