WindowTimeUnit Enumeration |
The time unit to use in DateTime SetWindowFields windows.
Namespace:
MongoDB.Driver.Linq
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax public enum WindowTimeUnit
Public Enumeration WindowTimeUnit
Members
| Member name | Value | Description |
---|
| Week | 0 |
Weeks.
|
| Day | 1 |
Days.
|
| Hour | 2 |
Hours.
|
| Minute | 3 |
Minutes.
|
| Second | 4 |
Seconds.
|
| Millisecond | 5 |
Milliseconds.
|
See Also