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);
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. |
DailyPattern Class | DailyPattern Members | System.Timers Namespace