Click or drag to resize

DensifyDateTimeUnit Enumeration

Represents a densify DateTime unit.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public enum DensifyDateTimeUnit
Members
  Member nameValueDescription
Milliseconds1 Milliseconds.
Seconds2 Seconds.
Minutes3 Minutes.
Hours4 Hours.
Days5 Days.
Weeks6 Weeks.
Months7 Months.
Quarters8 Quarters.
Years9 Years.
See Also