Enum DateRangePrecision
Defines the possible values of date range precision.
Namespace: Dse.Search
Assembly: Dse.dll
Syntax
public enum DateRangePrecision : byte
Fields
Name | Description |
---|---|
Day | Day precision. Any timestamp precision beyond the days portion will be ignored. |
Hour | Hour precision. Any timestamp precision beyond the hours portion will be ignored. |
Millisecond | Millisecond precision. |
Minute | Minute precision. Any timestamp precision beyond the minutes portion will be ignored. |
Month | Year precision. Any timestamp precision beyond the years portion will be ignored. |
Second | Second precision. Any timestamp precision beyond the seconds portion will be ignored. |
Year | Year precision. Any timestamp precision beyond the year portion will be ignored. |