ASPxClientRecurrenceInfo.SetWeekOfMonth(weekOfMonth) Method
Sets the occurrence number of the week in a month for the recurrence pattern.
Declaration
SetWeekOfMonth(
weekOfMonth: ASPxClientWeekOfMonth
): void
Parameters
Name | Type | Description |
---|---|---|
weekOfMonth | ASPxClientWeekOfMonth | A ASPxClientWeekOfMonth enumeration value that specifies a particular week in every month. |
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