RSSSkipDays Object
See Also Example Properties Methods Events
Models an RSS SkipDays node.
Class Diagram

Remarks
The object contains a hint from the feed telling the user which days 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 IsDoWIncluded method is useful for checking whether to scan the feed on a certain day.
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 |
|