Search
DateTime.op_LessThanOrEqual Method
See Also
 






Determines whether one specified DateTime is less than or equal to another specified DateTime.

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

 Syntax

Java  Copy Code

public static boolean op_LessThanOrEqual (
    DateTime d1,
    DateTime d2
)

 Parameters

d1

A DateTime.

d2

A DateTime.

 Return Value

true if d1 is less than or equal to d2; otherwise, false.

 See Also