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.DayNumber Property

Specifies the ordinal number of a day within a defined month (see the Periodicity property) and is used to calculate the recurrence date for the event/holiday with the recurrence pattern.

#Declaration

Delphi
property DayNumber: Integer read; write;

#Property Value

Type
Integer

#Remarks

This property specifies which day number in a month, working week, Saturdays/Sundays in a month, or weekend that the current event/holiday will reoccur on. The current meaning of the DayNumber property depends on the state provided by the DayType property.

Note

If the DayType property is set to cxdtEveryDay and the DayNumber property is assigned a value that exceeds the number of days in the specified month, the last day in the specified month will be assigned instead. Refer to the Periodicity property description and the Applying The Recurrence Pattern topic to learn more.

See Also