Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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