|
Description This node, when used in conjunction with the StartHour, forms the range of hours that will be included in the search. Only listings that fall within the specified range will be aggregated and returned. Listings that fall outside the range will be discarded. This tag may not be used in conjunction with a single Hour tag, and must always accompany an StartHour tag. The value of this tag must not be less then the value of the StartHour tag, or an error will be returned. However, the value can be the same as the StartHour tag, in which case only the single hour will be used in the filter. See the notes for the Hours meta tag for format information. Example Usage
<Hours>
<StartHour>16</StartHour>
<EndHour>20</EndHour>
</Hours>
Returns only listings that closed between 16:00 (4pm) and 20:00 (8pm). Type integer Always Required/Included No
|