Back to Devexpress

TcxSchedulerCustomRecurrenceInfoData Record

vcl-cxschedulerrecurrence-86647358.md

latest2.0 KB
Original Source

TcxSchedulerCustomRecurrenceInfoData Record

Contains the recurrence data of a recurring event/holiday.

Declaration

delphi
TcxSchedulerCustomRecurrenceInfoData = record

Remarks

Record fields include:

ValueMeaning
CountSpecifies the number of occurrences of the event/holiday.
DayNumberSpecifies the day number in a month, working week, Saturdays/Sundays in a month, or weekend that the event/holiday will reoccur on.
DayTypeSpecifies the day type used to calculate event/holiday occurrences in the Recurrence pattern.
FinishSpecifies the end date and time of event/holiday occurrences.
OccurDaysSpecifies the days in a week that the event/holiday reoccurs on.
PeriodicitySpecifies the frequency with which the event/holiday reoccurs with respect to the time base specified by the Recurrence field.
RecurrenceSpecifies the time base for the frequency of event/holiday occurrences.
StartSpecifies the start date and time for event/holiday occurrences.
YearPeriodicitySpecifies the frequency with which the event/holiday reoccurs on a yearly basis.
VersionReserved for internal use.
DismissDateSpecifies a date when a reminder will be switched off for the corresponding event/holiday occurrence.

See Also

cxSchedulerRecurrence.cxRecurrenceInfoDataToString

cxSchedulerRecurrence.cxStringToRecurrenceInfoData

Handling Raw Data

TcxSchedulerCustomRecurrenceInfoData Members

cxSchedulerRecurrence Unit