RecurrenceYearlyPattern(DateTime, Month, Int32) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public YearlyPattern(
DateTime startDate,
Month month,
int dayOfMonth
)
Public Sub New (
startDate As DateTime,
month As Month,
dayOfMonth As Integer
)
public:
YearlyPattern(
DateTime startDate,
Month month,
int dayOfMonth
)
new :
startDate : DateTime *
month : Month *
dayOfMonth : int -> YearlyPattern
Параметры
- 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.