WindowTimeUnit Enumeration |
The time unit to use in DateTime SetWindowFields windows.
Namespace:
MongoDB.Driver.Linq
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
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