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

TcxSchedulerEvent.MoveTo(TDateTime) Method

Changes the user event’s start time to the start time specified by the AStartTime parameter.

#Declaration

Delphi
procedure MoveTo(const AStartTime: TDateTime);

#Parameters

Name Type
AStartTime TDateTime

#Remarks

Use the MoveTo method to change the user event’s start time to the AStartTime specified. This method doesn’t modify the Duration property value. As a result, the Finish property value is also changed.

See Also