Skip to main content

_AppointmentItem.LastModificationTime Property

Gets the date and time that the Outlook item was last modified.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

DateTime LastModificationTime { get; }

Property Value

Type Description
DateTime

A DateTime value representing the appointment’s last modification time.

See Also