バージョン

RecurrenceInfo コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal recurrence As RecurrenceBase, _
   ByVal startDateTime As Date, _
   ByVal occurrenceDuration As TimeSpan, _
   ByVal timeZone As TimeZoneToken, _
   Optional ByVal context As Object _
)
public RecurrenceInfo( 
   RecurrenceBase recurrence,
   DateTime startDateTime,
   TimeSpan occurrenceDuration,
   TimeZoneToken timeZone,
   object context
)

パラメータ

recurrence
繰り返しオブジェクト。
startDateTime
繰り返しの開始。この日時値は、指定されたタイム ゾーンを基準にしたローカル時間です。
occurrenceDuration
各発生期間。
timeZone
タイムゾーンを識別します。'StartDateTime' パラメーターの値はこのタイム ゾーンを基準にしています。
context
オプションのコンテキスト オブジェクト。
参照