Skip to main content

TcxSchedulerCustomRecurrenceInfo.Finish Property

Specifies the day and time of the last occurrence of the recurring event/holiday.

Declaration

property Finish: TDateTime read; write;

Property Value

Type
TDateTime

Remarks

This property can be used with the Start property to define the period of time in which the event/holiday reoccurs if the value of the Count property is 0. In this case, the value of the Recurrence property cannot exceed the period of time defined by the Start and Finish properties.

See Also