Search
Duration.op_Subtraction Method
See Also
 






Subtracts a specified Duration from another specified Duration.

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

 Syntax

Java  Copy Code

public static Duration op_Subtraction (
    Duration d1,
    Duration d2
)

 Parameters

d1

A Duration.

d2

A Duration.

 Return Value

A Duration whose value is the result of the value of d1 minus the value of d2.

 See Also