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

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > DateAppointmentsCollection コンストラクタ : DateAppointmentsCollection コンストラクタ(DateTime,DateTime,AppointmentCollection,Boolean,Boolean)
日付範囲の開始日を表す System.DateTime値。
日付範囲の終了日を表す System.DateTime値。
予定を取得する C1.C1Schedule.AppointmentCollectionコレクション。
コレクション内に予定の無い日付を含めるかどうかを示す System.Boolean値。
コレクション内にプライベートな予定を含めるかどうかを示す System.Boolean値。
指定された C1.C1Schedule.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.C1Schedule.AppointmentCollectionコレクション。
includeEmptyDays
コレクション内に予定の無い日付を含めるかどうかを示す System.Boolean値。
includePrivateAppointments
コレクション内にプライベートな予定を含めるかどうかを示す System.Boolean値。
参照

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