Skip to main content

Appointment.LongerThanADay Property

Gets a value that indicates whether the appointment's duration is equal to or greater than one day.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public bool LongerThanADay { get; }

#Property Value

Type Description
Boolean

true if the appointment lasts one day or more; otherwise, false.

See Also