Skip to main content
A newer version of this page is available. .

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.v21.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeInterval Merge(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object to merge.

Returns

Type Description
TimeInterval

A TimeInterval object.

See Also