Skip to main content
A newer version of this page is available.
All docs
V18.2

RecurrenceInfoXmlPersistenceHelper(IRecurrenceInfo, DateTimeSavingMode) Constructor

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

Namespace: DevExpress.XtraScheduler.Xml

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

Declaration

public RecurrenceInfoXmlPersistenceHelper(
    IRecurrenceInfo recurrenceInfo,
    DateTimeSavingMode dateTimeSavingMode
)

Parameters

Name Type Description
recurrenceInfo IRecurrenceInfo

A IRecurrenceInfo object, containing information about appointment occurrences.

dateTimeSavingMode DateTimeSavingMode

Specifies what time zone to use to calculate the Start and End values. If it is set to the DateTimeSavingMode.Appointment value and the pattern has its Appointment.TimeZoneId, the pattern time zone is used for calculations. Otherwise, the default (storage) time zone is used.

See Also