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

_AppointmentItem.LastModificationTime Property

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

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

DateTime LastModificationTime { get; }

Property Value

Type Description
DateTime

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

See Also