Returns a new TimeInterval object based on this TimeInterval so that it completely also includes a specified TimeInterval.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public TimeInterval Union(
	TimeInterval timeInterval
)
Visual Basic (Declaration)
Public Function Union ( _
	timeInterval As TimeInterval _
) As TimeInterval

Parameters

timeInterval
Type: DlhSoft.Windows.Data..::.TimeInterval
The TimeInterval object to union with.

Return Value

The time interval union result.

See Also