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

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > AppointmentCollection クラス > GetOccurrences メソッド : GetOccurrences(Appointment,DateTime,DateTime) メソッド
マスター予定を表す Appointmentオブジェクト。
間隔の開始日時を指定する System.DateTime値。
間隔の終了日時を指定する System.DateTime値。
時間間隔を指定して、指定したマスター予定の発生項目のリストを含む AppointmentListオブジェクトを 取得します。
シンタックス
'宣言
 
Public Overloads Function GetOccurrences( _
   ByVal appointment As Appointment, _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) As AppointmentList
public AppointmentList GetOccurrences( 
   Appointment appointment,
   System.DateTime start,
   System.DateTime end
)

パラメータ

appointment
マスター予定を表す Appointmentオブジェクト。
start
間隔の開始日時を指定する System.DateTime値。
end
間隔の終了日時を指定する System.DateTime値。

戻り値の型

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

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