Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class
Members

In This Topic
    DateAppointmentsCollection Class
    In This Topic
    The DateAppointmentsCollection class represents the System.Collections.ObjectModel.KeyedCollection`2 collection which can be used as a data source in C1PrintDocument documents.
    Object Model
    DateAppointmentsCollection Class
    Syntax
    'Declaration
     
    Public Class DateAppointmentsCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,DateAppointments)
    public class DateAppointmentsCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.Printing.DateAppointmentsCollection

    See Also