Search
Selection.contains Method
See Also
 






Determines whether the specified date is currently selected.

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

 Syntax

Java  Copy Code

public boolean contains (
    DateTime date
)

 Parameters

date

A date to search for in the selection.

 Return Value

true if the date's cell is selected; otherwise false.

 See Also