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

Syntax

C#
public enum Occurrence
Visual Basic
Public Enumeration Occurrence
Visual C++
public enum class Occurrence

Members

Member nameValueDescription
First0 The item occurs on the first DayOfRecurrence in the month.
Second1 The item occurs on the second DayOfRecurrence in the month.
Third2 The item occurs on the third DayOfRecurrence in the month.
Fourth3 The item occurs on the fourth DayOfRecurrence in the month.
Last4 The item occurs on the last DayOfRecurrence in the month.

See Also