TcxSchedulerEvent.ActualFinish Property
Gets the user event’s end date or the end date of its last occurrence if the user event is recurring.
Declaration
property ActualFinish: Integer read;
Property Value
Type |
---|
Integer |
Remarks
If the user event is recurring then the ActualFinish property will get the end date of its last occurrence. The ActualFinish property obtains the value of cxMaxDate, if the recurrence is unbound (the TcxSchedulerCustomRecurrenceInfo.Count property value is -1).
The Start and Finish properties specify 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