BsonTimestamp Constructor (Int64) |
Initializes a new instance of the BsonTimestamp class.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax public BsonTimestamp(
long value
)
Public Sub New (
value As Long
)
new :
value : int64 -> BsonTimestamp
Parameters
- value
- Type: SystemInt64
The combined timestamp/increment value.
See Also