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!

WeeklyPattern.EveryNthWeek

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);

Property Value

The weekly execution interval for this event recurrence pattern. The default is 1.

Exceptions

Exception Type Condition
ArgumentException The value is less than or equal to 0.

See Also

WeeklyPattern Class | WeeklyPattern Members | System.Timers Namespace