Recurrence.MonthlyPattern コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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
各発生が発生する月の日。