Search
Selection.add Method (DateTime)
See Also
 






Adds the specified date to the selection.

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

 Syntax

Java  Copy Code

public void add (
    DateTime date
)

 Parameters

date

The date to be added to the selection.

 See Also