Scheduler for WPF | ComponentOne
C1.C1Schedule.Printing Namespace / DateAppointmentsCollection Class / Item Property / Item(DateTime,DateTime) Property
The System.DateTime value representing the beginning of the date range.
The System.DateTime value representing the end of the date range.

In This Topic
    Item(DateTime,DateTime) Property
    In This Topic
    Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal start As Date, _
       ByVal end As Date _
    ) As DateAppointmentsCollection

    Parameters

    start
    The System.DateTime value representing the beginning of the date range.
    end
    The System.DateTime value representing the end of the date range.

    Property Value

    The DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
    Remarks
    Resulting collection always contains the subset of the current collection. All days out of this collection date range are omitted.
    See Also