ASPxClientAppointment.GetRecurrenceInfo Method
In This Article
Gets the appointment’s recurrence information.
#Declaration
TypeScript
GetRecurrenceInfo(): ASPxClientRecurrenceInfo
#Returns
Type | Description |
---|---|
ASPx |
The recurrence information. |
#Remarks
Use the ASPxClientAppointment.SetRecurrenceInfo method to set information on recurrence for the client appointment.
Important
Handle the ASPx
See Also