Returns a new TimeInterval object based on this TimeInterval so that it is completely included by a specified TimeInterval or null if this intersection is empty.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public Nullable<TimeInterval> Intersect(
	TimeInterval timeInterval
)
Visual Basic (Declaration)
Public Function Intersect ( _
	timeInterval As TimeInterval _
) As Nullable(Of TimeInterval)

Parameters

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

Return Value

The time interval intersection result.

See Also