ASPxClientRecurrenceInfo.SetMonth(month) Method
In This Article
Sets the month (as a number) on which the corresponding appointment occurs.
#Declaration
TypeScript
SetMonth(
month: number
): void
#Parameters
Name | Type | Description |
---|---|---|
month | number | The month’s number. |
#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.Month article.
See Also