Skip to main content

VEvent.Stamp Property

Provides access to the DTSTAMP 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 DateTimeStampProperty Stamp { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.DateTimeStampProperty

A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStampProperty object, representing the DTSTAMP calendar property.

Remarks

The DTSTAMP property indicates the date/time that the instance of the iCalendar object was created.

The DTSTAMP property has no mapping in the XtraScheduler appointment properties. The VEvent.Stamp.Value is set to the time when the iCalendarExporter object is initialized.

See Also