'宣言 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コレクション。