Skip to main content

AppointmentItem.LongerThanADay Property

Returns whether the appointment’s duration is equal to or greater than one day.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool LongerThanADay { get; }

Property Value

Type Description
Boolean

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

See Also