Specifies when a recurring schedule item will end.
Namespace:
Mindscape.WpfElementsAssembly: 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 name | Description | |
|---|---|---|
| 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.
|