dutils-data v2.0.1 (2020-05-14T01:45:14Z)
Home
Dub
Repo
BSONTimestamp
dutils
data
bson
Represents a BSON timestamp value
(BSON.Type.timestamp)
.
struct
BSONTimestamp {
this
(long time);
}
Constructors
this
this
(long time)
Undocumented in source.
Meta
Source
See Implementation
dutils
data
bson
aliases
bdata_t
functions
fromBSONData
populateFromBSON
serializeToBSON
toBSONData
toBigEndianData
structs
BSON
BSONBinData
BSONDate
BSONObjectID
BSONRegex
BSONSerializer
BSONTimestamp
templates
deserializeBSON
isBSONSerializable
Represents a BSON timestamp value (BSON.Type.timestamp).