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!

DaysOfMonthPattern Constructor

Initializes a new instance of the DaysOfMonthPattern class.

Overload List

Initializes a new default instance of the DaysOfMonthPattern class.

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

Initializes a new instance of the DaysOfMonthPattern class with a set of days in a month, and a set of months in a year specified.

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

Initializes a new instance of the DaysOfMonthPattern class with a set of days in a month, a set of months in a year, and the patternName specified.

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

Initializes a new instance of the DaysOfMonthPattern class with a set of days in a month, a set of months in a year, the patternName, the time of day to start and stop the event recurrence pattern, and the pattern repetition rate specified.

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

Initializes a new instance of the DaysOfMonthPattern class with a set of days in a month, a set of months in a year, the patternName, the time of day to start and stop the event recurrence pattern, the pattern repetition rate, and the dates when the event recurrence pattern starts and stops being valid specified.

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

See Also

DaysOfMonthPattern Class | DaysOfMonthPattern Members | System.Timers Namespace