Skip to main content

_AppointmentItem.CreationTime Property

Gets the creation time for the Outlook item.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

DateTime CreationTime { get; }

Property Value

Type Description
DateTime

A DateTime, indicating the creation time for the event.

See Also