Specifies a set of occurrences in a month during which an event should occur.
[Visual Basic] Public Enum OccurrenceInMonth [C#] public enum OccurrenceInMonth [C++] public enum OccurrenceInMonth
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Note When you choose Fourth, the event will not necessarily be raised on the last occurrence of that day during the month. Several months have a day that will occur 5 times. To be sure that the event is raised on the last occurrence of that day, use Last. For example, if you want an event to be raised on the first and last Friday of every month, you would create the set with First and Last.
Member Name | Description |
---|---|
All | Every occurrence in a month. |
First | The first occurrence in a month. |
Fourth | The fourth time occurrence in a month. |
Last | The last occurrence in a month. |
Second | The second occurrence in a month. |
Third | The third occurrence in a month. |
Namespace: System.Timers
Assembly: System.Timers.dll