DateRangePrecision Enumeration | 
 
            Defines the possible values of date range precision.
            
 
    Namespace: 
   Dse.Search
    Assembly:
   Dse (in Dse.dll) Version: 2.6.0
Syntaxpublic enum DateRangePrecision
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Year | 0 | 
            Year precision. Any timestamp precision beyond the year portion will be ignored.
             | 
 | Month | 1 | 
            Year precision. Any timestamp precision beyond the years portion will be ignored.
             | 
 | Day | 2 | 
            Day precision. Any timestamp precision beyond the days portion will be ignored.
             | 
 | Hour | 3 | 
            Hour precision. Any timestamp precision beyond the hours portion will be ignored.
             | 
 | Minute | 4 | 
            Minute precision. Any timestamp precision beyond the minutes portion will be ignored.
             | 
 | Second | 5 | 
            Second precision. Any timestamp precision beyond the seconds portion will be ignored.
             | 
 | Millisecond | 6 | 
            Millisecond precision.
             | 
See Also