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

AppointmentRecurrenceForm(Appointment, FirstDayOfWeek) Constructor

OBSOLETE

Please use the AppointmentRecurrenceForm(Appointment pattern, FirstDayOfWeek firstDayOfWeek, AppointmentFormController controller) instead.

Initializes a new instance of the AppointmentRecurrenceForm class and loads the specified appointment pattern.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Obsolete("Please use the AppointmentRecurrenceForm(Appointment pattern, FirstDayOfWeek firstDayOfWeek, AppointmentFormController controller) instead.")]
public AppointmentRecurrenceForm(
    Appointment pattern,
    FirstDayOfWeek firstDayOfWeek
)

Parameters

Name Type Description
pattern Appointment

An Appointment instance specifying the recurrence pattern.

firstDayOfWeek FirstDayOfWeek

A FirstDayOfWeek enumeration member specifying the day of week from which the week starts.

See Also