MindFusion.Scheduling for Silverlight Programmer's Guide
Selection.Remove Method (DateTime, DateTime)
See Also
 





Removes the specified date range from the selection.

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

 Syntax

C#  Copy Code

public void Remove (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Sub Remove( _
    start As DateTime, _
    end As DateTime _
)

 Parameters

start

The start of the time range to be removed from the selection.

end

The end of the time range to be removed from the selection.

 See Also

Remove Method Overload List
Selection Members
Selection Class
MindFusion.Scheduling.Silverlight Namespace