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

RecurrenceInfoXmlPersistenceHelper(Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler.Xml

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

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