ASPxClientRecurrenceInfo.SetWeekOfMonth(weekOfMonth) Method
In This Article
Sets the occurrence number of the week in a month for the recurrence pattern.
#Declaration
TypeScript
SetWeekOfMonth(
weekOfMonth: ASPxClientWeekOfMonth
): void
#Parameters
Name | Type | Description |
---|---|---|
week |
ASPx |
A 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.WeekOfMonth article.
See Also