Skip to main content
A newer version of this page is available. .

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

A positive integer value that specifies the day 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