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

ASPxClientRecurrenceInfo.GetMonth Method

Gets the month (as a number) on which the corresponding appointment recurs.

Declaration

GetMonth(): number

Returns

Type Description
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