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)