TimeInterval(DateTime, DateTime) Constructor
In This Article
Initializes a new instance of the TimeInterval class with the specified start date and end date.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
A Date |
end | Date |
A Date |
#Remarks
Note that the end parameter’s value should be greater than or equal to the start parameter’s value, otherwise an exception will be thrown.
See Also