Add Method
See Also Example Applies To
Adds the hour to the collection.
Syntax
object.Add (Hour)
| Part |
Description |
| object |
An object expression that evaluates to an RSSSkipHours object. |
| DoW |
Required.
A byte value from 0 to 24 containing the hour to be added. |
Remarks
If the hour has already been added it won't be added again. If the hour is outside the valid range (i.e. > 24) it is not added.
|