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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
ObservableCollection<DateTime> SkipDates { get; }
Visual Basic (Declaration)
ReadOnly Property SkipDates As ObservableCollection(Of DateTime)

See Also