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






Adds the specified date range to the selection.

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

 Syntax

Java  Copy Code

public void add (
    DateTime start,
    DateTime end
)

 Parameters

start

The start of the time range to be added to the selection.

end

The end of the time range to be added to the selection.

 See Also

add Method Overload List
Selection Members
Selection Class
com.mindfusion.scheduling Namespace