Search
Duration.add Method
See Also
 






Returns a new Duration object whose value is the sum of the specified Duration object and this instance.

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

 Syntax

Java  Copy Code

public Duration add (
    Duration duration
)

 Parameters

duration

A Duration.

 Return Value

A new object that represents the value of this instance plus the value of duration.

 See Also