TimeInterval(DateTime, TimeSpan) Constructor
In This Article
Initializes a new instance of the TimeInterval class with the specified start date and duration.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
A Date |
duration | Time |
A Time |
#Remarks
Note that the duration.Ticks should be greater than or equal to 0.
See Also