MindFusion.Scheduling for Silverlight Programmer's Guide
Selection.Intersects Method
See Also
 





Determines whether the specified range is partially contained within one of the date ranges.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool Intersects (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Function Intersects( _
    start As DateTime, _
    end As DateTime _
) As Boolean

 Parameters

start
The start date of the interval to check.
end
The end date of the interval to check.

 Return Value

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.Silverlight Namespace