Click or drag to resize

DateRangePrecision Enumeration

Defines the possible values of date range precision.

Namespace:  Dse.Search
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public enum DateRangePrecision
Members
  Member nameValueDescription
Year0 Year precision. Any timestamp precision beyond the year portion will be ignored.
Month1 Year precision. Any timestamp precision beyond the years portion will be ignored.
Day2 Day precision. Any timestamp precision beyond the days portion will be ignored.
Hour3 Hour precision. Any timestamp precision beyond the hours portion will be ignored.
Minute4 Minute precision. Any timestamp precision beyond the minutes portion will be ignored.
Second5 Second precision. Any timestamp precision beyond the seconds portion will be ignored.
Millisecond6 Millisecond precision.
See Also