Class Recurrence.WeeklyRegenerationPattern
- 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 weeks after the previous one is completed.
public sealed class Recurrence.WeeklyRegenerationPattern : Recurrence.IntervalPattern
- Inheritance
-
Recurrence.WeeklyRegenerationPattern
- Inherited Members
Constructors
WeeklyRegenerationPattern()
Initializes a new instance of the Recurrence.WeeklyRegenerationPattern class.
public WeeklyRegenerationPattern()
WeeklyRegenerationPattern(DateTime, int)
Initializes a new instance of the Recurrence.WeeklyRegenerationPattern class.
public WeeklyRegenerationPattern(DateTime startDate, int interval)