Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / 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 System.Date, _
       ByVal end As System.Date _
    ) As DateAppointmentsCollection
    public DateAppointmentsCollection Item( 
       System.DateTime start,
       System.DateTime end
    ) {get;}

    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