Skip to main content

ASPxClientAppointment.SetRecurrenceInfo(recurrenceInfo) Method

Sets the property value of the client appointment, corresponding to the Appointment.RecurrenceInfo appointment property.

Declaration

SetRecurrenceInfo(
    recurrenceInfo: ASPxClientRecurrenceInfo
): void

Parameters

Name Type Description
recurrenceInfo ASPxClientRecurrenceInfo

An ASPxClientRecurrenceInfo object representing the recurrence information.

Remarks

Use the ASPxClientAppointment.GetRecurrenceInfo method to obtain information on recurrence for the client appointment.

See Also