Skip to main content

ASPxClientRecurrenceInfo.GetMonth Method

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

#Declaration

TypeScript
GetMonth(): number

#Returns

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