Gets or sets a value indicating the weekly execution interval for this event recurrence pattern.
[Visual Basic] Public Property EveryNthWeek As Integer [C#] public int EveryNthWeek {get; set;} [C++] public: __property int get_EveryNthWeek(); public: __property void set_EveryNthWeek(int); [JScript] public function get EveryNthWeek() : int; public function set EveryNthWeek(int);
The weekly execution interval for this event recurrence pattern. The default is 1.
Exception Type | Condition |
---|---|
ArgumentException | The value is less than or equal to 0. |
WeeklyPattern Class | WeeklyPattern Members | System.Timers Namespace