AbstractDoubleTimeSource

abstract class AbstractDoubleTimeSource(unit: DurationUnit) : TimeSource

An abstract class used to implement time sources that return their readings as Double values in the specified unit.

Since Kotlin

1.3

Constructors

AbstractDoubleTimeSource
Link copied to clipboard
fun AbstractDoubleTimeSource(unit: DurationUnit)

Functions

markNow
Link copied to clipboard
open override fun markNow(): TimeMark

Marks a point in time on this time source.