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
DateTimeThe date and time when the recurrence starts.
month
MonthThe month of the year each occurrence happens.
dayOfTheWeek
DayOfTheWeekThe day of the week each occurrence happens.
dayOfTheWeekIndex
DayOfTheWeekIndexThe 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
DayOfTheWeekIndex
Gets or sets the relative position of the day specified in DayOfTheWeek within the month.
public DayOfTheWeekIndex DayOfTheWeekIndex { get; set; }
Property Value
Month
Gets or sets the month of the year when each occurrence happens.
public Month Month { get; set; }