バージョン

GetAppointmentsInRange メソッド (AppointmentRecurrence)

rangeStartrangeEnd の間でこの AppointmentRecurrence によって生成された回数のコレクションを返します。
シンタックス
'宣言
 
Public Function GetAppointmentsInRange( _
   ByVal rangeStart As Date, _
   ByVal rangeEnd As Date _
) As ReadOnlyAppointmentsCollection
public ReadOnlyAppointmentsCollection GetAppointmentsInRange( 
   DateTime rangeStart,
   DateTime rangeEnd
)

パラメータ

rangeStart
日時範囲の初め。
rangeEnd
日時範囲の最後。

戻り値の型

指定された範囲に入る回数を含む ReadOnlyAppointmentsCollection インスタンス
参照