Table of Contents

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)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

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