Table of Contents

Class Recurrence.RelativeMonthlyPattern

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

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

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

Constructors

RelativeMonthlyPattern()

Initializes a new instance of the Recurrence.RelativeMonthlyPattern class.

public RelativeMonthlyPattern()

RelativeMonthlyPattern(DateTime, int, DayOfTheWeek, DayOfTheWeekIndex)

Initializes a new instance of the Recurrence.RelativeMonthlyPattern class.

public RelativeMonthlyPattern(DateTime startDate, int interval, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)

Parameters

startDate DateTime

The date and time when the recurrence starts.

interval int

The number of months between each occurrence.

dayOfTheWeek DayOfTheWeek

The day of the week each occurrence happens.

dayOfTheWeekIndex DayOfTheWeekIndex

The relative position of the day within the month.

Properties

DayOfTheWeek

The day of the week when each occurrence happens.

public DayOfTheWeek DayOfTheWeek { get; set; }

Property Value

DayOfTheWeek

DayOfTheWeekIndex

Gets or sets the relative position of the day specified in DayOfTheWeek within the month.

public DayOfTheWeekIndex DayOfTheWeekIndex { get; set; }

Property Value

DayOfTheWeekIndex