Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualIntervalsPresenter Class / SelectItems Method

In This Topic
    SelectItems Method (VisualIntervalsPresenter)
    In This Topic
    Selects all items from time interval determined by the specified start and end values.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SelectItems( _
       ByVal start As Date, _
       ByVal end As Date _
    ) 
    protected virtual void SelectItems( 
       DateTime start,
       DateTime end
    )

    Parameters

    start
    end
    See Also