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);
One of the OccurrenceInMonth values. The default is First.
Exception Type | Condition |
---|---|
ArgumentException | The value is not a valid OccurrenceInMonth value. |
MonthlyPattern Class | MonthlyPattern Members | System.Timers Namespace | OccurrenceInMonth