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
startDateDateTimeThe date and time when the recurrence starts.
intervalintThe number of months between each occurrence.
dayOfTheWeekDayOfTheWeekThe day of the week each occurrence happens.
dayOfTheWeekIndexDayOfTheWeekIndexThe 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
DayOfTheWeekIndex
Gets or sets the relative position of the day specified in DayOfTheWeek within the month.
public DayOfTheWeekIndex DayOfTheWeekIndex { get; set; }