Search
Duration.op_UnaryNegation Method
See Also
 






Returns a Duration whose value is the negated value of the specified instance.

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

 Syntax

Java  Copy Code

public static Duration op_UnaryNegation (
    Duration d1
)

 Parameters

d1

A Duration.

 Return Value

A Duration with the same numeric value as this instance, but the opposite sign.

 See Also