Search
Selection.containsDay Method
See Also
 






Determines whether any part of the specified day is selected.

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

 Syntax

Java  Copy Code

public boolean containsDay (
    DateTime date
)

 Parameters

date

A DateTime instance specifying the day to check.

 Return Value

true if any part of the day is into the selection; otherwise false.

 See Also