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

AppointmentViewInfo.AppointmentInterval Property

Gets the time interval which the current appointment occupies.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public TimeInterval AppointmentInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object representing the appointment time interval.

See Also