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 Constructor (Int32)

Initializes a new instance of the DailyPattern class with the daily execution interval specified.

[Visual Basic]
Overloads Public Sub New( _
   ByVal everyNthDay As Integer _
)
[C#]
public DailyPattern(
   int everyNthDay
);
[C++]
public: DailyPattern(
   int everyNthDay
);
[JScript]
public function DailyPattern(
   everyNthDay : int
);

Parameters

everyNthDay
The daily execution interval for the recurrence pattern.

Exceptions

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

See Also

DailyPattern Class | DailyPattern Members | System.Timers Namespace | DailyPattern Constructor Overload List