Class BsonConstants
A static class containing BSON constants.
public static class BsonConstants
- Inheritance
-
BsonConstants
- Inherited Members
Properties
DateTimeMaxValueMillisecondsSinceEpoch
Gets the number of milliseconds since the Unix epoch for DateTime.MaxValue.
public static long DateTimeMaxValueMillisecondsSinceEpoch { get; }
Property Value
DateTimeMinValueMillisecondsSinceEpoch
Gets the number of milliseconds since the Unix epoch for DateTime.MinValue.
public static long DateTimeMinValueMillisecondsSinceEpoch { get; }
Property Value
UnixEpoch
Gets the Unix Epoch for BSON DateTimes (1970-01-01).
public static DateTime UnixEpoch { get; }