IsDoWIncluded Method
See Also Example Applies To
Returns True if the day of week is included in the collection else False.
Syntax
object.IsDoWIncluded (DoW)
| Part |
Description |
| object |
An object expression that evaluates to an RSSSkipDays object. |
| index |
Required.
A value from the RSS_DayOfWeek enumerated list indicating the day of the week to be checked. |
|