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