RecurrenceYearlyPattern(DateTime, Month, Int32) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemDateTime
The date and time when the recurrence starts. - month
- Тип: Tessa.Exchange.WebServices.DataMonth
The month of the year each occurrence happens. - dayOfMonth
- Тип: SystemInt32
The day of the month each occurrence happens.
См. также