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

Initializes a new instance of the RecurrenceWeeklyPattern class.

Definition

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

Параметры

startDate  DateTime
The date and time when the recurrence starts.
interval  Int32
The number of weeks between each occurrence.
daysOfTheWeek  DayOfTheWeek
The days of the week when occurrences happen.

См. также