Skip to main content

VEvent.Created Property

Provides access to the CREATED property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public DateTimeCreatedProperty Created { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.DateTimeCreatedProperty

A DevExpress.XtraScheduler.iCalendar.Components.DateTimeCreatedProperty object, representing the CREATED calendar property.

Remarks

The CREATED property specifies the date and time that the calendar information was created by the calendar user agent in the calendar store.

The CREATED property has no mapping in the XtraScheduler appointment properties.

You can specify the VEvent.Created.Value when exporting an appointment by handling the AppointmentExporter.AppointmentExporting event.

See Also