Skip to main content

ASPxClientRecurrenceInfo.SetWeekDays(weekDays) Method

Sets the day/days in a week that the corresponding appointment recurs on.

Declaration

SetWeekDays(
    weekDays: ASPxClientWeekDays
): void

Parameters

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