ASPxClientRecurrenceInfo.GetWeekOfMonth Method
In This Article
Gets the occurrence number of the week in a month for the recurrence pattern.
#Declaration
TypeScript
GetWeekOfMonth(): ASPxClientWeekOfMonth
#Returns
Type | Description |
---|---|
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