Поделиться через


Recurrence.MonthlyPattern Конструкторы

Определение

Перегрузки

Recurrence.MonthlyPattern()

Инициализирует новый экземпляр класса Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern.

Recurrence.MonthlyPattern(DateTime, Int32, Int32)

Инициализирует новый экземпляр класса Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern.

Recurrence.MonthlyPattern()

Инициализирует новый экземпляр класса Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern.

public:
 MonthlyPattern();
public MonthlyPattern ();
Public Sub New ()

Применяется к

Recurrence.MonthlyPattern(DateTime, Int32, Int32)

Инициализирует новый экземпляр класса Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern.

public:
 MonthlyPattern(DateTime startDate, int interval, int dayOfMonth);
public MonthlyPattern (DateTime startDate, int interval, int dayOfMonth);
Public Sub New (startDate As DateTime, interval As Integer, dayOfMonth As Integer)

Параметры

startDate
DateTime

Дата и время начала повторения.

interval
Int32

Количество месяцев между каждым вхождением.

dayOfMonth
Int32

День месяца, в который происходит каждое вхождение.

Применяется к