Search
DateTime.isLessThan Method
See Also
 






Determines whether the current DateTime is less than the specified DateTime.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public boolean isLessThan (
    DateTime d
)

 Parameters

 Return Value

true if the current date is less than d; otherwise, false.

 See Also