Skip to main content

VEvent.LastModified Property

Provides access to the LAST-MODIFIED 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 LastModifiedProperty LastModified { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.LastModifiedProperty

A DevExpress.XtraScheduler.iCalendar.Components.LastModifiedProperty object, representing the LAST-MODIFIED calendar property.

Remarks

The LAST-MODIFIED property specifies the date and time that the information associated with the calendar component was last revised in the calendar store.

The LAST-MODIFIED property has no mapping in the XtraScheduler appointment properties.

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

See Also