DotLucene 1.4 API Documentation

DateFilter.After Method (String, Int64)

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

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

See Also

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