Indicates whether a specified Duration is greater than another specified Duration.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static boolean op_GreaterThan ( |
A Duration.
A Duration.
true if the value of d1 is greater than the value of d2; otherwise, false.
See Also