Gets a collection containing all the dates that are included in this RecurrencePattern but have been skipped. Adding a date to this collection will prevent schedule items from occuring on that date based on this pattern.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ObservableCollection<DateTime> SkipDates { get; }
Visual Basic
Public ReadOnly Property SkipDates As ObservableCollection(Of DateTime)
	Get
Visual C++
public:
virtual property ObservableCollection<DateTime>^ SkipDates {
	ObservableCollection<DateTime>^ get () sealed;
}

Implements

IRecurrencePattern..::..SkipDates

See Also