Determines whether one specified DateTime is greater than another specified DateTime.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static boolean op_GreaterThan ( |
A DateTime.
A DateTime.
true if d1 is greater than d2; otherwise, false.
See Also