Table of Contents

Class BsonConstants

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

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

long

DateTimeMinValueMillisecondsSinceEpoch

Gets the number of milliseconds since the Unix epoch for DateTime.MinValue.

public static long DateTimeMinValueMillisecondsSinceEpoch { get; }

Property Value

long

UnixEpoch

Gets the Unix Epoch for BSON DateTimes (1970-01-01).

public static DateTime UnixEpoch { get; }

Property Value

DateTime