MindFusion.Wpf Pack Programmer's Guide
TimeRange.IntersectsWith Method
See Also
 





Indicates if the specified time range intersects with the current time range.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool IntersectsWith (
    TimeRange range
)

Visual Basic  Copy Code

Public Function IntersectsWith ( _
    range As TimeRange _
) As Boolean

 Parameters

range
The time range to check.

 Return Value

true if the two time ranges intersect, false otherwise.

 See Also

TimeRange Members
TimeRange Class
MindFusion.DataViews.Wpf Namespace