ASPxClientRecurrenceInfo.SetWeekDays(weekDays) Method
In This Article
Sets the day/days in a week that the corresponding appointment recurs on.
#Declaration
TypeScript
SetWeekDays(
weekDays: ASPxClientWeekDays
): void
#Parameters
Name | Type | Description |
---|---|---|
week |
ASPx |
The ASPx |
#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.WeekDays article.
See Also