RSS.NET

RssChannel.SkipDays Property

Readers should not read the channel during days listed. (UTC)

[Visual Basic]
Public Property SkipDays As Boolean()
[C#]
public bool[] SkipDays {get; set;}

Remarks

Days are listed in the array in the following order:

  1. Monday
  2. Tuesday
  3. Wednesday
  4. Thursday
  5. Friday
  6. Saturday
  7. Sunday
  8. Monday

See Also

RssChannel Class | Rss Namespace