TimeInterval.Merge(TimeInterval) Method
Returns a time interval which begins at the lowest start value and ends at the greatest end value of both specified intervals.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
interval | TimeInterval | A TimeInterval object to merge. |
Returns
Type | Description |
---|---|
TimeInterval | A TimeInterval object. |
See Also