Help > Web Development > Object Reference > Object Reference > ISYSFilterDate
<a name="kanchor399"></a>ISYSFilterDate Object
Contains a date range used in the filter.
ISYSFilterDate Properties
RangeFromThe lowest date in the date range.
RangeToThe highest date in the date range.
Remarks
You can specify as little or as much information as you like, you may specify single dates if you want have open ranges. If you want to clear a date, set it to 0. When filtering by date, it is not necessary to provide both the RangeFrom and RangeTo values. If you are looking for all documents older than a specific date, simply provide the RangeTo value and ISYS will automatically filter by all documents dated before this value.
Examples
[VBScript]
<% ' Filters a search object to return only documents modified in the last 3 months Search.Filter.Date.RangeFrom = DateAdd("m", -3, Now) %>
See Also
ISYSFilter::Date
ISYSFilter::FirstDate
ISYSFilter::IndexedDate