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

In This Topic
    Item Property (DateAppointmentsCollection)
    In This Topic
    Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
    Overload List
    OverloadDescription
    Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.  
    (Inherited from System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments>)
    (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Remarks
    Resulting collection always contains the subset of the current collection. All days out of this collection date range are omitted.
    See Also