NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OccurrenceInMonth Enumeration

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.

Remarks

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.

Members

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.

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

System.Timers Namespace