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
writer
IBsonWriterThe writer.
name
stringThe name of the element.
value
longThe combined timestamp/increment value.