Skip to main content

Appointment.SameDay Property

Gets a value that indicates whether the appointment's start and end times are on the same day.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public bool SameDay { get; }

#Property Value

Type Description
Boolean

true if the appointment takes place within a single day; false if the appointment's start and end times are on different days.

#Remarks

The SameDay property can be used to determine whether an appointment that isn't an all day appointment (whose Appointment.AllDay property is set to false) starts and ends on the same day.

For all-day appointments the SameDay property returns false.

See Also