Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerPresenter Class / SelectItems Method

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

    Parameters

    start
    end
    See Also