Gets a list of all the dates where schedule items have been deleted from the recurrence pattern.

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

Syntax

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

See Also