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

Appointment Recurrence Form

Appointment Recurrence form enables end-users to edit recurrence appointment information. It is invoked by clicking the Recurrence button on the Appointment Editing Form.

RecurrenceDialog

The form is an instance of the AppointmentRecurrenceForm class.

The form contains the following recurrence controls:

Name Description
Icon_DailyRecurrenceControl DailyRecurrenceControl Represents a control used to set recurrence options for daily recurrent appointments.
Icon_MonthlyRecurrenceControl MonthlyRecurrenceControl Represents a control used to set the recurrence options for monthly recurrent appointments.
Icon_WeeklyRecurrenceControl WeeklyRecurrenceControl Represents a control used to set the recurrence options for weekly recurrent appointments.
Icon_YearlyRecurrenceControl YearlyRecurrenceControl Represents a control used to set the recurrence options for yearly recurrent appointments.
See Also