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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Implements

IRecurrencePattern..::.SkipDates

See Also