TcxCustomScheduler.SelectTime(TDateTime,TDateTime,TcxSchedulerStorageResourceItem) Method
In This Article
Selects the time blocks from the ASelStart time block through to the ASelFinish time block, inclusive, in the AResource resource.
#Declaration
Delphi
procedure SelectTime(const ASelStart: TDateTime; const ASelFinish: TDateTime; AResource: TcxSchedulerStorageResourceItem);
#Parameters
Name | Type |
---|---|
ASel |
TDate |
ASel |
TDate |
AResource | Tcx |
#Remarks
Use the SelectTime method to select the time blocks beginning from the ASelStart and ending at the ASelFinish in the resource specified by the AResource parameter.
See Also