ASPxClientRecurrenceInfo.SetDayNumber(dayNumber) Method
In This Article
Sets the ordinal number of a day within a defined month.
#Declaration
TypeScript
SetDayNumber(
dayNumber: number
): void
#Parameters
Name | Type | Description |
---|---|---|
day |
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