Table of Contents

Class DensifyLowerUpperDateTimeBounds

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a DateTime densify bounds with lower and upper bounds.

public sealed class DensifyLowerUpperDateTimeBounds : DensifyDateTimeBounds
Inheritance
DensifyLowerUpperDateTimeBounds
Inherited Members

Constructors

DensifyLowerUpperDateTimeBounds(DateTime, DateTime)

Initializes an instance of DensifyLowerUpperDateTimeBounds.

Properties

LowerBound

Gets the lower bound.

UpperBound

Gets the upper bound.

Methods

Render()

Renders the bounds as a BsonValue.