Table of Contents

Class Recurrence.MonthlyPattern

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.

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

Constructors

MonthlyPattern()

Initializes a new instance of the Recurrence.MonthlyPattern class.

public MonthlyPattern()

MonthlyPattern(DateTime, int, int)

Initializes a new instance of the Recurrence.MonthlyPattern class.

public MonthlyPattern(DateTime startDate, int interval, int dayOfMonth)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

The number of months between each occurrence.

dayOfMonth int

The day of the month when each occurrence happens.

Properties

DayOfMonth

Gets or sets the day of the month when each occurrence happens. DayOfMonth must be between 1 and 31.

public int DayOfMonth { get; set; }

Property Value

int