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!

MonthlyPattern.OccurrencesInMonth

Gets or sets a set of occurrences in a month during which an event should occur.

[Visual Basic]
Public Property OccurrencesInMonth As OccurrenceInMonth
[C#]
public OccurrenceInMonth OccurrencesInMonth {get; set;}
[C++]
public: __property OccurrenceInMonth get_OccurrencesInMonth();
public: __property void set_OccurrencesInMonth(OccurrenceInMonth);
[JScript]
public function get OccurrencesInMonth() : OccurrenceInMonth;
public function set OccurrencesInMonth(OccurrenceInMonth);

Property Value

One of the OccurrenceInMonth values. The default is First.

Exceptions

Exception Type Condition
ArgumentException The value is not a valid OccurrenceInMonth value.

See Also

MonthlyPattern Class | MonthlyPattern Members | System.Timers Namespace | OccurrenceInMonth