Table of Contents

Constructor BsonTimestamp

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

BsonTimestamp(long)

Initializes a new instance of the BsonTimestamp class.

public BsonTimestamp(long value)

Parameters

value long

The combined timestamp/increment value.

BsonTimestamp(int, int)

Initializes a new instance of the BsonTimestamp class.

public BsonTimestamp(int timestamp, int increment)

Parameters

timestamp int

The timestamp.

increment int

The increment.