RecurrenceRelativeMonthlyPattern(DateTime, Int32, DayOfTheWeek, DayOfTheWeekIndex) - конструктор

Initializes a new instance of the RecurrenceRelativeMonthlyPattern class.

Definition

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

Параметры

startDate  DateTime
The date and time when the recurrence starts.
interval  Int32
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.

См. также