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

OriginalOccurrenceDateHelper.Update(AppointmentStorageBase, Appointment) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public static void Update(
    AppointmentStorageBase storage,
    Appointment appointment
)

Parameters

Name Type
storage AppointmentStorageBase
appointment Appointment
See Also