Table of Contents

Class Recurrence.YearlyRegenerationPattern

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of years after the previous one is completed.

public sealed class Recurrence.YearlyRegenerationPattern : Recurrence.IntervalPattern
Inheritance
Recurrence.YearlyRegenerationPattern
Inherited Members

Constructors

YearlyRegenerationPattern()

Initializes a new instance of the Recurrence.YearlyRegenerationPattern class.

public YearlyRegenerationPattern()

YearlyRegenerationPattern(DateTime, int)

Initializes a new instance of the Recurrence.YearlyRegenerationPattern class.

public YearlyRegenerationPattern(DateTime startDate, int interval)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

The number of years between the current occurrence and the next, after the current occurrence is completed.