Indicates if the specified time range intersects with the current time range.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IntersectsWith ( |
Visual Basic
Copy Code
|
|---|
Public Function IntersectsWith ( _ |
true if the two time ranges intersect, false otherwise.
See Also