Skip to main content

VEvent.End Property

Provides access to the DTEND 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 DateTimeEndProperty End { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty

A DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty object representing the DTEND calendar property.

Remarks

The DTEND property specifies the date and time that a calendar component ends.

The DTEND property maps to the Appointment.End property of the XtraScheduler appointment.

See Also