次の方法で共有


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

各発生が発生する月の日。

適用対象