Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson.types • Timestamp • Companion
Companion¶
object Companion
Properties¶
MAX
¶
The largest possible Timestamp
instance.
MAX_COUNTER
¶
val MAX_COUNTER: UInt
The maximum possible counter for a given instant.
MAX_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.