Edit

Share via


Recurrence.MonthlyPattern Constructors

Definition

Overloads

Recurrence.MonthlyPattern()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.

Recurrence.MonthlyPattern(DateTime, Int32, Int32)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.

Recurrence.MonthlyPattern()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.

public:
 MonthlyPattern();
public MonthlyPattern ();
Public Sub New ()

Applies to

Recurrence.MonthlyPattern(DateTime, Int32, Int32)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.

public:
 MonthlyPattern(DateTime startDate, int interval, int dayOfMonth);
public MonthlyPattern (DateTime startDate, int interval, int dayOfMonth);
Public Sub New (startDate As DateTime, interval As Integer, dayOfMonth As Integer)

Parameters

startDate
DateTime

The date and time when the recurrence starts.

interval
Int32

The number of months between each occurrence.

dayOfMonth
Int32

The day of the month when each occurrence happens.

Applies to