KtMongo
Toggle table of contents
0.20.1
common
Platform filter
common
Switch theme
Search in API
KtMongo
Kotlin BSON • Multiplatform abstraction for different BSON implementations
/
opensavvy.ktmongo.bson.types
/
Timestamp
/
Timestamp
Timestamp
@
ExperimentalTime
constructor
(
instant
:
Instant
,
counter
:
UInt
)
(
source
)
Constructs a timestamp from its
Timestamp.instant
and
Timestamp.counter
components.
constructor
(
value
:
ULong
)
(
source
)