AppointmentFormControllerBase.ValidateInterval(DateTime, DateTime) Method
In This Article
Checks whether the specified date and time values produce a valid time interval.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
A Date |
end | Date |
A Date |
#Returns
Type | Description |
---|---|
Boolean | true if the time interval is valid; otherwise, false. |
#Remarks
The time interval is valid if its end follows its start.
See Also