Skip to main content

ASPxClientRecurrenceInfo.GetWeekDays Method

Gets the day/days in a week on which the corresponding appointment occurs.

#Declaration

TypeScript
GetWeekDays(): ASPxClientWeekDays

#Returns

Type Description
ASPxClientWeekDays

The ASPxClientWeekDays enumeration value specifying the day/days in a week.

#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