Datetime¶
A date and time in UTC, represented by the Kotlin class kotlin.time.Instant.
See also¶
-
BsonValue.decodeInstant: Read this type. -
BsonValue.decodeDateTime: Low-level read as a Unix timestamp. -
BsonFieldWriter.writeInstant: Write this type. -
BsonFieldWriter.writeDateTime: Low-level write as a Unix timestamp.