ASPxClientRecurrenceInfo.GetWeekDays Method
In This Article
Gets the day/days in a week on which the corresponding appointment occurs.
#Declaration
TypeScript
GetWeekDays(): ASPxClientWeekDays
#Returns
Type | Description |
---|---|
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