Search
Duration.op_GreaterThan Method
See Also
 






Indicates whether a specified Duration is greater than another specified Duration.

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

 Syntax

Java  Copy Code

public static boolean op_GreaterThan (
    Duration d1,
    Duration d2
)

 Parameters

d1

A Duration.

d2

A Duration.

 Return Value

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

 See Also