Recurrence.YearlyRegenerationPattern Constructors

Definition

Overloads

Recurrence.YearlyRegenerationPattern()

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

Recurrence.YearlyRegenerationPattern(DateTime, Int32)

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

Recurrence.YearlyRegenerationPattern()

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

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

Applies to

Recurrence.YearlyRegenerationPattern(DateTime, Int32)

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

public:
 YearlyRegenerationPattern(DateTime startDate, int interval);
public YearlyRegenerationPattern (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 years between the current occurrence and the next, after the current occurrence is completed.

Applies to