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!

MonthlyPattern Class

Specifies a monthly recurrence pattern based on a set of days in a week, a set of dates on which an event is raised in a month, and a set of months of a year.

Object
   RecurrencePattern
      MonthlyPattern

[Visual Basic]
Public Class MonthlyPattern
   Inherits RecurrencePattern
[C#]
public class MonthlyPattern : RecurrencePattern
[C++]
public __gc class MonthlyPattern : public RecurrencePattern
[JScript]
public class MonthlyPattern extends RecurrencePattern

Remarks

[To be supplied.]

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

MonthlyPattern Members | System.Timers Namespace | DailyPattern | DaysOfMonthPattern | OccurrenceInMonth | WeeklyPattern