Appointment.SameDay Property
In This Article
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
#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