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

Initializes a new instance of the DailyPattern class.

Overload List

Initializes a new default instance of the DailyPattern class.

[Visual Basic] Overloads Public Sub New()
[C#] public DailyPattern();
[C++] public: DailyPattern();
[JScript] public function DailyPattern();

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

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

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

[Visual Basic] Overloads Public Sub New(Integer, String)
[C#] public DailyPattern(int, String);
[C++] public: DailyPattern(int, String);
[JScript] public function DailyPattern(int, String);

Initializes a new instance of the DailyPattern class with the daily excution interval, the patternName, the start and end times, and the repetition rate specified.

[Visual Basic] Overloads Public Sub New(Integer, String, TimeSpan, TimeSpan, TimeSpan)
[C#] public DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan);
[C++] public: DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan);
[JScript] public function DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan);

Initializes a new instance of the DailyPattern class with the daily execution interval, the patternName, the start and end times, the repetition rate, and the start and end dates specified.

[Visual Basic] Overloads Public Sub New(Integer, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime)
[C#] public DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[C++] public: DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[JScript] public function DailyPattern(int, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);

See Also

DailyPattern Class | DailyPattern Members | System.Timers Namespace