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!

RecurrencePatterns.AddMonthlyPattern

Adds a MonthlyPattern, given the set of days in a week, the set of occurrence numbers in a month, and the set of months in a year.

Overload List

Adds a MonthlyPattern, given the set of days in a week, the set of occurrence numbers in a month, the set of months in a year, the pattern name, the start and end times, and the recurrence repetition rate.

[Visual Basic] Overloads Public Function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan) As MonthlyPattern
[C#] public MonthlyPattern AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan);
[C++] public: MonthlyPattern* AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan);
[JScript] public function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan) : MonthlyPattern;

Adds a MonthlyPattern, given the set of days in a week, the set of occurrence numbers in a month, the set of months in a year, the pattern name, the start and end times, the recurrence pattern repetition rate, and the start and end dates.

[Visual Basic] Overloads Public Function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime) As MonthlyPattern
[C#] public MonthlyPattern AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[C++] public: MonthlyPattern* AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[JScript] public function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime) : MonthlyPattern;

Adds a MonthlyPattern, given the set of days in a week, the set of occurrence numbers in a month, and the set of months in a year.

[Visual Basic] Overloads Public Function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months) As MonthlyPattern
[C#] public MonthlyPattern AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months);
[C++] public: MonthlyPattern* AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months);
[JScript] public function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months) : MonthlyPattern;

Adds a MonthlyPattern, given the set of days in a week, the set of occurrence numbers in a month, the set of months in a year, and the pattern name.

[Visual Basic] Overloads Public Function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String) As MonthlyPattern
[C#] public MonthlyPattern AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String);
[C++] public: MonthlyPattern* AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String);
[JScript] public function AddMonthlyPattern(DaysOfWeek, OccurrenceInMonth, Months, String) : MonthlyPattern;

See Also

RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace