Table of Contents

Class Recurrence.MonthlyRegenerationPattern

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

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

Constructors

MonthlyRegenerationPattern()

Initializes a new instance of the Recurrence.MonthlyRegenerationPattern class.

public MonthlyRegenerationPattern()

MonthlyRegenerationPattern(DateTime, int)

Initializes a new instance of the Recurrence.MonthlyRegenerationPattern class.

public MonthlyRegenerationPattern(DateTime startDate, int interval)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

The number of months between previous and next occurrences.