Method WriteDateTime
WriteDateTime(long)
Writes a BSON DateTime to the writer.
public override void WriteDateTime(long value)Parameters
- valuelong
- The number of milliseconds since the Unix epoch. 
Writes a BSON DateTime to the writer.
public override void WriteDateTime(long value)value longThe number of milliseconds since the Unix epoch.