Edit

Share via


Recurrence.RelativeMonthlyPattern Constructors

Definition

Overloads

Recurrence.RelativeMonthlyPattern()

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

Recurrence.RelativeMonthlyPattern(DateTime, Int32, DayOfTheWeek, DayOfTheWeekIndex)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.RelativeMonthlyPattern class with the specified parameters.

Recurrence.RelativeMonthlyPattern()

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

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

Applies to

Recurrence.RelativeMonthlyPattern(DateTime, Int32, DayOfTheWeek, DayOfTheWeekIndex)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.RelativeMonthlyPattern class with the specified parameters.

public:
 RelativeMonthlyPattern(DateTime startDate, int interval, Microsoft::Exchange::WebServices::Data::DayOfTheWeek dayOfTheWeek, Microsoft::Exchange::WebServices::Data::DayOfTheWeekIndex dayOfTheWeekIndex);
public RelativeMonthlyPattern (DateTime startDate, int interval, Microsoft.Exchange.WebServices.Data.DayOfTheWeek dayOfTheWeek, Microsoft.Exchange.WebServices.Data.DayOfTheWeekIndex dayOfTheWeekIndex);

Parameters

startDate
DateTime

The start date of the recurrence pattern.

interval
Int32

The interval between occurrences.

dayOfTheWeek
DayOfTheWeek

One of the DayOfTheWeek enumeration values that indicates on which day of the week the event recurs.

dayOfTheWeekIndex
DayOfTheWeekIndex

One of the DayOfTheWeekIndex enumeration values that indicates in which week of the month the event recurs.

Applies to