DotLucene 1.4 API Documentation

DateFilter.Before Method (String, Int64)

Constructs a filter for Field f matching times on or before time.

public static DateFilter Before(
   string field,
   long time
);

See Also

DateFilter Class | Lucene.Net.Search Namespace | DateFilter.Before Overload List