TcxCustomScheduler.SelectTime(TDateTime,TDateTime,TcxSchedulerStorageResourceItem) Method
Selects the time blocks from the ASelStart time block through to the ASelFinish time block, inclusive, in the AResource resource.
Declaration
procedure SelectTime(const ASelStart: TDateTime; const ASelFinish: TDateTime; AResource: TcxSchedulerStorageResourceItem);
Parameters
Name | Type |
---|---|
ASelStart | TDateTime |
ASelFinish | TDateTime |
AResource | TcxSchedulerStorageResourceItem |
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