Search
DateTime.op_GreaterThan Method
See Also
 






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

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

 Syntax

Java  Copy Code

public static boolean op_GreaterThan (
    DateTime d1,
    DateTime d2
)

 Parameters

d1

A DateTime.

d2

A DateTime.

 Return Value

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

 See Also