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