Recurrence.YearlyPattern コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| Recurrence.YearlyPattern() |
Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern クラスの新しいインスタンスを初期化します。 |
| Recurrence.YearlyPattern(DateTime, Month, Int32) |
Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern クラスの新しいインスタンスを初期化します。 |
Recurrence.YearlyPattern()
Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern クラスの新しいインスタンスを初期化します。
public:
YearlyPattern();
public YearlyPattern();
Public Sub New ()
適用対象
Recurrence.YearlyPattern(DateTime, Month, Int32)
Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern クラスの新しいインスタンスを初期化します。
public:
YearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, int dayOfMonth);
public YearlyPattern(DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, int dayOfMonth);
パラメーター
- startDate
- DateTime
繰り返しが開始される日時。
- month
- Month
各発生年の月が発生します。
- dayOfMonth
- Int32
各発生日が発生する月の日。