Search
DateTime.op_LessThan Method
See Also
 






Determines whether one specified DateTime is less than another specified DateTime.

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

 Syntax

Java  Copy Code

public static boolean op_LessThan (
    DateTime d1,
    DateTime d2
)

 Parameters

d1

A DateTime.

d2

A DateTime.

 Return Value

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

 See Also