Determines whether the current DateTime is less than the specified DateTime.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public boolean isLessThan ( |
A DateTime.
true if the current date is less than d; otherwise, false.
See Also