Skip to main content

VEvent.Start Property

Provides access to the DTSTART property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public DateTimeStartProperty Start { get; }

#Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.DateTimeStartProperty

A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStartProperty object representing the DTSTART calendar property.

#Remarks

The DTSTART property defines the start date and time for the event.

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

See Also