Method WriteTimestamp
WriteTimestamp(long)
Writes a BSON timestamp to the writer.
public abstract void WriteTimestamp(long value)Parameters
- valuelong
- The combined timestamp/increment value. 
Writes a BSON timestamp to the writer.
public abstract void WriteTimestamp(long value)value longThe combined timestamp/increment value.