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