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

C1.Win.C1Schedule.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 メンバ
オーバーロード一覧