Skip to main content

TcxSchedulerEvent.MoveTo(TDateTime) Method

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

Declaration

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