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!

DailyPattern.EveryNthDay

Specifies the daily execution interval for an event recurrence pattern.

[Visual Basic]
Public Property EveryNthDay As Integer
[C#]
public int EveryNthDay {get; set;}
[C++]
public: __property int get_EveryNthDay();
public: __property void set_EveryNthDay(int);
[JScript]
public function get EveryNthDay() : int;
public function set EveryNthDay(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

DailyPattern Class | DailyPattern Members | System.Timers Namespace