FixedTimeClock

class FixedTimeClock(epochMilliseconds: Long) : Clock(source)

Constructors

Link copied to clipboard
constructor(epochMilliseconds: Long)
constructor(instant: Instant)
constructor(yyyy: UInt, mm: UInt, dd: UInt)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun now(): Instant
Link copied to clipboard
fun offsetBy(duration: Duration)
Link copied to clipboard
open override fun toString(): String