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.SilverlightElementsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| First | 0 | The item occurs on the first DayOfRecurrence in the month. | |
| Second | 1 | The item occurs on the second DayOfRecurrence in the month. | |
| Third | 2 | The item occurs on the third DayOfRecurrence in the month. | |
| Fourth | 3 | The item occurs on the fourth DayOfRecurrence in the month. | |
| Last | 4 | The item occurs on the last DayOfRecurrence in the month. |