Skip to main content

ASPxClientRecurrenceInfo.SetDayNumber(dayNumber) Method

Sets the ordinal number of a day within a defined month.

Declaration

SetDayNumber(
    dayNumber: number
): void

Parameters

Name Type Description
dayNumber number

The day’s number within a month.

Remarks

The method is used in script-driven client appointment forms to update the form controls. For more information on the corresponding member of the RecurrenceInfo class, see the RecurrenceInfo.DayNumber article.

See Also