Specifies on which occurrence of a day in a month a recurring schedule item recurs (as in "last Friday of the month" or "first weekday in January"). This is used in conjunction with the DayOfRecurrence type.

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

Syntax

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

Members

Member nameDescription
First
The item occurs on the first DayOfRecurrence in the month.
Second
The item occurs on the second DayOfRecurrence in the month.
Third
The item occurs on the third DayOfRecurrence in the month.
Fourth
The item occurs on the fourth DayOfRecurrence in the month.
Last
The item occurs on the last DayOfRecurrence in the month.

See Also