Table of Contents

Class DensifyDateTimeRange

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a DateTime densify range.

public sealed class DensifyDateTimeRange : DensifyRange
Inheritance
DensifyDateTimeRange
Inherited Members

Constructors

DensifyDateTimeRange(DensifyDateTimeBounds, int, DensifyDateTimeUnit)

Initializes an instance of DensifyDateTimeRange.

public DensifyDateTimeRange(DensifyDateTimeBounds bounds, int step, DensifyDateTimeUnit unit)

Parameters

bounds DensifyDateTimeBounds

The bounds.

step int

The step.

unit DensifyDateTimeUnit

The unit.

Properties

Bounds

Gets the bounds.

public DensifyDateTimeBounds Bounds { get; }

Property Value

DensifyDateTimeBounds

Step

Gets the step.

public long Step { get; }

Property Value

long

Unit

Gets the unit.

public DensifyDateTimeUnit Unit { get; }

Property Value

DensifyDateTimeUnit

Methods

Render()

Renders the range as a BsonDocument.

public override BsonDocument Render()

Returns

BsonDocument

The rendered range.