'宣言 Public Function New( _ ByVal start As System.Date, _ ByVal end As System.Date, _ ByVal appointments As System.Collections.Generic.IList(Of Appointment), _ ByVal includeEmptyDays As System.Boolean _ )
public DateAppointmentsCollection( System.DateTime start, System.DateTime end, System.Collections.Generic.IList<Appointment> appointments, System.bool includeEmptyDays )
パラメータ
- start
- 日付範囲の開始日を表す System.DateTime値。
- end
- 日付範囲の終了日を表す System.DateTime値。
- appointments
- 予定の System.Collections.Generic.IList`1リスト。
- includeEmptyDays
- コレクション内に予定の無い日付を含めるかどうかを示す System.Boolean値。