Skip to main content

AppointmentItem.SameDay Property

Returns whether the appointment’s start and end times are on the same day.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public bool SameDay { get; }

#Property Value

Type Description
Boolean

true, if the appointment interval is within a single day; otherwise, false.

See Also