Skip to main content

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

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