Table of Contents

Class Recurrence.DailyRegenerationPattern

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 days after the previous one is completed.

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

Constructors

DailyRegenerationPattern()

Initializes a new instance of the Recurrence.DailyRegenerationPattern class.

public DailyRegenerationPattern()

DailyRegenerationPattern(DateTime, int)

Initializes a new instance of the Recurrence.DailyRegenerationPattern class.

public DailyRegenerationPattern(DateTime startDate, int interval)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

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