Skip to main content
A newer version of this page is available. .

ASPxClientRecurrenceInfo.SetMonth(month) Method

Sets the month (as a number) on which the corresponding appointment occurs.

Declaration

SetMonth(
    month: number
): void

Parameters

Name Type Description
month number

A positive integer value that specifies 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