Scheduler for WinForms
DateAppointmentsCollection コンストラクタ(DateTime,DateTime,AppointmentCollection)

C1.Win.Schedule.8 アセンブリ > C1.Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > DateAppointmentsCollection コンストラクタ : DateAppointmentsCollection コンストラクタ(DateTime,DateTime,AppointmentCollection)
日付範囲の開始日を表す System.DateTime 値。
日付範囲の終了日を表す System.DateTime 値。
予定の取得元の C1.Schedule.AppointmentCollection コレクション。
指定された C1.Schedule.AppointmentCollection コレクションから取得した予定を使用して、指定された日付範囲の DateAppointmentsCollection コレクションの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal appointmentCollection As AppointmentCollection _
)
public DateAppointmentsCollection( 
   System.DateTime start,
   System.DateTime end,
   AppointmentCollection appointmentCollection
)

パラメータ

start
日付範囲の開始日を表す System.DateTime 値。
end
日付範囲の終了日を表す System.DateTime 値。
appointmentCollection
予定の取得元の C1.Schedule.AppointmentCollection コレクション。
参照

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