RecurrenceRelativeYearlyPattern(DateTime, Month, DayOfTheWeek, DayOfTheWeekIndex) - конструктор

Initializes a new instance of the RecurrenceRelativeYearlyPattern class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public RelativeYearlyPattern(
	DateTime startDate,
	Month month,
	DayOfTheWeek dayOfTheWeek,
	DayOfTheWeekIndex dayOfTheWeekIndex
)

Параметры

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.

См. также