Companion¶
object Companion
Properties¶
MAX¶
The largest possible Timestamp instance.
It is composed using MAX_INSTANT and MAX_COUNTER.
MAX_COUNTER¶
val MAX_COUNTER: UInt
The maximum possible counter for a given instant.
MAX_INSTANT¶
val MAX_INSTANT: Instant
The maximum possible instant that can be represented by a Timestamp, which will happen during the year 2106.
MIN¶
The smallest possible Timestamp instance.
This timestamp marks the UNIX epoch, Jan 1st 1970.