Skip to main content
A newer version of this page is available. .

VEvent.End Property

Provides access to the DTEND property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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