'宣言 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
- 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.