AppointmentViewInfo.AppointmentInterval Property
Gets the time interval which the current appointment occupies.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public TimeInterval AppointmentInterval { get; }
Public ReadOnly Property AppointmentInterval As TimeInterval
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval object representing the appointment time interval. |
Implements
See Also
Feedback