MindFusion.Java Package Programmer's Guide
Selection.remove Method (DateTime, DateTime)
See Also
 






Removes the specified date range from the selection.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void remove (
    DateTime start,
    DateTime end
)

 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
com.mindfusion.scheduling Namespace