Returns a Duration whose value is the negated value of the specified instance.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public Duration negate () |
A Duration with the same numeric value as this instance, but the opposite sign.
See Also