Scheduler for WPF
GetOccurrences(DateTime,DateTime) メソッド

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(DateTime,DateTime) メソッド
間隔の開始日時を指定する System.DateTime値。
間隔の終了日時を指定する System.DateTime値。
指定された時間間隔内にあるすべての Appointmentオブジェクトのリストを含む AppointmentListオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As AppointmentList
public AppointmentList GetOccurrences( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
間隔の開始日時を指定する System.DateTime値。
end
間隔の終了日時を指定する System.DateTime値。

戻り値の型

AppointmentListオブジェクト。
解説
このメソッドは、定期的な予定の Appointmentオブジェクトのインスタンスがまだ作成されていない場合に、それを作成します。
参照

AppointmentCollection クラス
AppointmentCollection メンバ
オーバーロード一覧