Description
The EndDate can be used by both the 'range' and 'timeframe' date types. If used as a range, it must be accompanied by an StartDate tag. In that case, all days between StartDate and EndDate will be searched, inclusively. If used as a timeframe, then it must accompany a DateRange tag, and will search days starting from EndDate and continuing backwards in time, with the exception of non-rolling date ranges such as Month and Week. See the DateRange tag for more information about searching with ranges.
See Also:
Dates,
StartDate,
DateRange and
DateExample Usage
<StartDate>2006-03-10</StartDate>
<EndDate>2006-03-20</EndDate>
Returns auctions that closed between March 10th and March 20th, 2006.
Type
date
Always Required/Included
No