RSSSkipHours Object
See Also Example Properties Methods Events
Models an RSS SkipHours node.
Class Diagram

Remarks
The object contains a hint from the feed telling the user which hours they can skip.
This object is a collection class that provides functionality for retrieving items from the collection.
The number of items in the collection is held in the Count property,
specific members can be returned from the collection using the Item method,
added using the Add method,
removed using the Remove method,
the collection can be cleared using the Clear method
while the entire collection can be iterated using the For Each...Next structure.
The IsHourIncluded method is useful for checking whether to scan the feed during a certain hour.
Version compatibility is as follows:
| Version | Compatibility |
| 0.90 | Not Supported |
| 0.91 | Supported |
| 0.92 | Supported |
| 0.93 | Supported |
| 0.94 | Unknown |
| 1.0 | Unknown |
| 2.0 | Supported |
The RSS spec is confusing as to the range of valid hour values so values from 0 to 24 inclusive are allowed in this implementation.
|