TcxSchedulerEvent.ActualStart Property
Gets the user event’s start date or the start date of its first occurrence if the user event is recurring.
Declaration
property ActualStart: Integer read;
Property Value
Type |
---|
Integer |
Remarks
If the user event is recurring then the ActualStart property will get the start date of its first occurrence, otherwise it gets the start date of a regular user event.
The Start and Finish properties define the period of time that the user event lasts for.
The ActualStart and ActualFinish properties define the date range of a chain of reoccurrences if the user event is recurring. Thus it can significantly improve performance when reoccurrence data is retrieved from the underlying data store.
See Also