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

Initializes a new instance of the RecurrenceMonthlyPattern class.

Definition

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

Параметры

startDate  DateTime
The date and time when the recurrence starts.
interval  Int32
The number of months between each occurrence.
dayOfMonth  Int32
The day of the month when each occurrence happens.

См. также