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