Recurrence.MonthlyRegenerationPattern Constructors

Definition

Overloads

Recurrence.MonthlyRegenerationPattern()

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

Recurrence.MonthlyRegenerationPattern(DateTime, Int32)

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

Recurrence.MonthlyRegenerationPattern()

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

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

Applies to

Recurrence.MonthlyRegenerationPattern(DateTime, Int32)

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

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

Parameters

startDate
DateTime

The date and time when the recurrence starts.

interval
Int32

The number of months between previous and next occurrences.

Applies to