Search
Duration.op_LessThan Method
See Also
 






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

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

 Syntax

Java  Copy Code

public static boolean op_LessThan (
    Duration d1,
    Duration d2
)

 Parameters

d1

A Duration.

d2

A Duration.

 Return Value

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

 See Also