'Declaration
Public Class DateAppointmentsCollection Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,DateAppointments)
public class DateAppointmentsCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments>