Determines whether any part of the specified day is selected.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public boolean containsDay ( |
A DateTime instance specifying the day to check.
true if any part of the day is into the selection; otherwise false.
See Also