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

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

パラメータ

start
日付範囲の開始日を表す System.DateTime 値。
end
日付範囲の終了日を表す System.DateTime 値。
appointmentCollection
予定の取得元の C1.Schedule.AppointmentCollection コレクション。
includeEmptyDays
予定がない日付をコレクションに含めるかどうかを指定する System.Boolean 値。
includePrivateAppointments
非公開の予定をコレクションに含めるかどうかを指定する System.Boolean 値。
参照

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