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

Initializes a new instance of the RecurrenceYearlyPattern class.

Definition

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

Параметры

startDate  DateTime
The date and time when the recurrence starts.
month  Month
The month of the year each occurrence happens.
dayOfMonth  Int32
The day of the month each occurrence happens.

См. также