Enum DateTools.Resolution
Specifies the time granularity.
Namespace: Lucene.Net.Documents
Assembly: Lucene.Net.dll
Syntax
public enum Resolution
Fields
Name | Description |
---|---|
DAY | Limit a date's resolution to day granularity. |
HOUR | Limit a date's resolution to hour granularity. |
MILLISECOND | Limit a date's resolution to millisecond granularity. |
MINUTE | Limit a date's resolution to minute granularity. |
MONTH | Limit a date's resolution to month granularity. |
SECOND | Limit a date's resolution to second granularity. |
YEAR | Limit a date's resolution to year granularity. |