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

TcxSchedulerCustomRecurrenceInfoData Record

In This Article

Contains the recurrence data of a recurring event/holiday.

#Declaration

Delphi
TcxSchedulerCustomRecurrenceInfoData = record

#Remarks

Record fields include:

Value Meaning
Count Specifies the number of occurrences of the event/holiday.
DayNumber Specifies the day number in a month, working week, Saturdays/Sundays in a month, or weekend that the event/holiday will reoccur on.
DayType Specifies the day type used to calculate event/holiday occurrences in the Recurrence pattern.
Finish Specifies the end date and time of event/holiday occurrences.
OccurDays Specifies the days in a week that the event/holiday reoccurs on.
Periodicity Specifies the frequency with which the event/holiday reoccurs with respect to the time base specified by the Recurrence field.
Recurrence Specifies the time base for the frequency of event/holiday occurrences.
Start Specifies the start date and time for event/holiday occurrences.
YearPeriodicity Specifies the frequency with which the event/holiday reoccurs on a yearly basis.
Version Reserved for internal use.
DismissDate Specifies a date when a reminder will be switched off for the corresponding event/holiday occurrence.
See Also