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 As Date, _
ByVal As Date _
)
protected virtual void SelectItems(
DateTime ,
DateTime
)
Parameters
- start
- end
See Also