Table of Contents

Enum DensifyDateTimeUnit

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a densify DateTime unit.

public enum DensifyDateTimeUnit

Fields

Milliseconds = 1

Milliseconds.

Seconds = 2

Seconds.

Minutes = 3

Minutes.

Hours = 4

Hours.

Days = 5

Days.

Weeks = 6

Weeks.

Months = 7

Months.

Quarters = 8

Quarters.

Years = 9

Years.