Skip to main content

RecurrenceInfoXmlPersistenceHelper(Appointment) Constructor

Initializes new instance of the RecurrenceInfoXmlPersistenceHelper class with the specified settings.

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public RecurrenceInfoXmlPersistenceHelper(
    Appointment appointment
)

Parameters

Name Type Description
appointment Appointment

An Appointment object whose Appointment.RecurrenceInfo and Appointment.TimeZoneId settings will be used.

See Also