Search
Duration.op_GreaterThanOrEqual Method
See Also
 






Indicates whether a specified Duration is greater than or equal to another specified Duration.

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

 Syntax

Java  Copy Code

public static boolean op_GreaterThanOrEqual (
    Duration d1,
    Duration d2
)

 Parameters

d1

A Duration.

d2

A Duration.

 Return Value

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

 See Also