TcxSchedulerEvent.MoveTo(TDateTime) Method
In This Article
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 |
---|---|
AStart |
TDate |
#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