Search
DateTime.isLessThanOrEqual Method
See Also
 






Determines whether the current DateTime is less than or equal to the specified DateTime.

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

 Syntax

Java  Copy Code

public boolean isLessThanOrEqual (
    DateTime d
)

 Parameters

 Return Value

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

 See Also