Search
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