Skip to main content

ASPxClientRecurrenceInfo.GetDayNumber Method

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

#Declaration

TypeScript
GetDayNumber(): number

#Returns

Type Description
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