ASPxClientAppointment.SetRecurrenceInfo(recurrenceInfo) Method
In This Article
Sets the property value of the client appointment, corresponding to the Appointment.RecurrenceInfo appointment property.
#Declaration
TypeScript
SetRecurrenceInfo(
recurrenceInfo: ASPxClientRecurrenceInfo
): void
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
ASPx |
An ASPx |
#Remarks
Use the ASPxClientAppointment.GetRecurrenceInfo method to obtain information on recurrence for the client appointment.
See Also