Adds a DaysOfMonthPattern, given a set of days in a month, and a set of months in a year.
Adds a DaysOfMonthPattern, given a set of days in a month, a set of months in a year, and the pattern name.
[Visual Basic] Overloads Public Function AddDaysOfMonthPattern(Integer(), Months, String) As DaysOfMonthPattern
[C#] public DaysOfMonthPattern AddDaysOfMonthPattern(int[], Months, String);
[C++] public: DaysOfMonthPattern* AddDaysOfMonthPattern(int*[], Months, String);
[JScript] public function AddDaysOfMonthPattern(int[], Months, String) : DaysOfMonthPattern;
Adds a DaysOfMonthPattern, given a set of days in a month, and a set of months in a year.
[Visual Basic] Overloads Public Function AddDaysOfMonthPattern(Integer(), Months) As DaysOfMonthPattern
[C#] public DaysOfMonthPattern AddDaysOfMonthPattern(int[], Months);
[C++] public: DaysOfMonthPattern* AddDaysOfMonthPattern(int*[], Months);
[JScript] public function AddDaysOfMonthPattern(int[], Months) : DaysOfMonthPattern;
Adds a DaysOfMonthPattern, given a set of days in a month, a 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 AddDaysOfMonthPattern(Integer(), Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime) As DaysOfMonthPattern
[C#] public DaysOfMonthPattern AddDaysOfMonthPattern(int[], Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[C++] public: DaysOfMonthPattern* AddDaysOfMonthPattern(int*[], Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime);
[JScript] public function AddDaysOfMonthPattern(int[], Months, String, TimeSpan, TimeSpan, TimeSpan, DateTime, DateTime) : DaysOfMonthPattern;
Adds a DaysOfMonthPattern, given a set of days in a month, a set of months in a year, the pattern name, the start and end times, and the recurrence pattern repetition rate.
[Visual Basic] Overloads Public Function AddDaysOfMonthPattern(Integer(), Months, String, TimeSpan, TimeSpan, TimeSpan) As DaysOfMonthPattern
[C#] public DaysOfMonthPattern AddDaysOfMonthPattern(int[], Months, String, TimeSpan, TimeSpan, TimeSpan);
[C++] public: DaysOfMonthPattern* AddDaysOfMonthPattern(int*[], Months, String, TimeSpan, TimeSpan, TimeSpan);
[JScript] public function AddDaysOfMonthPattern(int[], Months, String, TimeSpan, TimeSpan, TimeSpan) : DaysOfMonthPattern;
RecurrencePatterns Class | RecurrencePatterns Members | System.Timers Namespace