Table of Contents

Class Recurrence.RelativeYearlyPattern

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

Represents a recurrence pattern where each occurrence happens on a relative day every year.

public sealed class Recurrence.RelativeYearlyPattern : Recurrence
Inheritance
Recurrence.RelativeYearlyPattern
Inherited Members

Constructors

RelativeYearlyPattern()

Initializes a new instance of the Recurrence.RelativeYearlyPattern class.

public RelativeYearlyPattern()

RelativeYearlyPattern(DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex)

Initializes a new instance of the Recurrence.RelativeYearlyPattern class.

public RelativeYearlyPattern(DateTime startDate, Month month, DayOfTheWeek dayOfTheWeek, DayOfTheWeekIndex dayOfTheWeekIndex)

Parameters

startDate DateTime

The date and time when the recurrence starts.

month Month

The month of the year each occurrence happens.

dayOfTheWeek DayOfTheWeek

The day of the week each occurrence happens.

dayOfTheWeekIndex DayOfTheWeekIndex

The relative position of the day within the month.

Properties

DayOfTheWeek

Gets or sets 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

Month

Gets or sets the month of the year when each occurrence happens.

public Month Month { get; set; }

Property Value

Month