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

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