バージョン 20.1

GetAppointmentsInRange メソッド (AppointmentRecurrence)

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

パラメータ

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

戻り値の型

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