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

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 > DateAppointmentsCollection クラス > DateAppointmentsCollection コンストラクタ : DateAppointmentsCollection コンストラクタ(DateTime,DateTime,AppointmentCollection,Boolean,Boolean)
The System.DateTime value representing the beginning of the date range.
The System.DateTime value representing the end of the date range.
The C1.Schedule.AppointmentCollection collection for getting appointments from.
The System.Boolean value specifying whether to include days without appointments into collection.
The System.Boolean value specifying whether to include private appointments into collection.
Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection.
シンタックス
'宣言
 
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
The System.DateTime value representing the beginning of the date range.
end
The System.DateTime value representing the end of the date range.
appointmentCollection
The C1.Schedule.AppointmentCollection collection for getting appointments from.
includeEmptyDays
The System.Boolean value specifying whether to include days without appointments into collection.
includePrivateAppointments
The System.Boolean value specifying whether to include private appointments into collection.
参照

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