Table of Contents

Enum WindowTimeUnit

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

The time unit to use in DateTime SetWindowFields windows.

public enum WindowTimeUnit

Fields

Week = 0

Weeks.

Day = 1

Days.

Hour = 2

Hours.

Minute = 3

Minutes.

Second = 4

Seconds.

Millisecond = 5

Milliseconds.