Method WriteTimestamp
WriteTimestamp(IBsonWriter, string, long)
Writes a BSON timestamp element to the writer.
public static void WriteTimestamp(this IBsonWriter writer, string name, long value)Parameters
- writerIBsonWriter
- The writer. 
- namestring
- The name of the element. 
- valuelong
- The combined timestamp/increment value.