Apache Lucene.Net 2.4.0 Class Library API

QueryParser.GetDateResolution Method 

Returns the date resolution that is used by RangeQueries for the given field. Returns null, if no default or field specific date resolution has been set for the given field.

public virtual Resolution GetDateResolution(
   string fieldName
);

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace