RecurrenceMonthlyPattern(DateTime, Int32, Int32) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public MonthlyPattern(
DateTime startDate,
int interval,
int dayOfMonth
)
Public Sub New (
startDate As DateTime,
interval As Integer,
dayOfMonth As Integer
)
public:
MonthlyPattern(
DateTime startDate,
int interval,
int dayOfMonth
)
new :
startDate : DateTime *
interval : int *
dayOfMonth : int -> MonthlyPattern
Параметры
- startDate
- Тип: SystemDateTime
The date and time when the recurrence starts. - interval
- Тип: SystemInt32
The number of months between each occurrence. - dayOfMonth
- Тип: SystemInt32
The day of the month when each occurrence happens.
См. также