Recurrence.YearlyPattern Constructors

Definition

Overloads

Recurrence.YearlyPattern()

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

Recurrence.YearlyPattern(DateTime, Month, Int32)

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

Recurrence.YearlyPattern()

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

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

Applies to

Recurrence.YearlyPattern(DateTime, Month, Int32)

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

public:
 YearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, int dayOfMonth);
public YearlyPattern (DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, int dayOfMonth);

Parameters

startDate
DateTime

The date and time when the recurrence starts.

month
Month

The month of the year each occurrence happens.

dayOfMonth
Int32

The day of the month each occurrence happens.

Applies to