Edit

Share via


Recurrence.RelativeYearlyPattern Constructors

Definition

Overloads

Recurrence.RelativeYearlyPattern()

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

Recurrence.RelativeYearlyPattern(DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex)

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

Recurrence.RelativeYearlyPattern()

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

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

Applies to

Recurrence.RelativeYearlyPattern(DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex)

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

public:
 RelativeYearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, Microsoft::Exchange::WebServices::Data::DayOfTheWeek dayOfTheWeek, Microsoft::Exchange::WebServices::Data::DayOfTheWeekIndex dayOfTheWeekIndex);
public RelativeYearlyPattern (DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, Microsoft.Exchange.WebServices.Data.DayOfTheWeek dayOfTheWeek, Microsoft.Exchange.WebServices.Data.DayOfTheWeekIndex dayOfTheWeekIndex);

Parameters

startDate
DateTime

The start date for the recurrence pattern.

month
Month

One of the Month enumeration values.

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