Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerCustomRecurrenceInfo.Finish Property

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

#Declaration

Delphi
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