Specifies when a recurring schedule item will end.

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

Syntax

C#
public enum RecurrenceEndType
Visual Basic (Declaration)
Public Enumeration RecurrenceEndType

Members

Member nameDescription
NoEndDate
States that a recurrence has no end date.
EndAfter
States that a recurrence can last for some maximum number of occurrences.
EndBy
States that a recurrence must end by a particular date.

See Also