Search
DateTime.add Method
See Also
 






Returns a new DateTime that adds the value of the specified Duration to the value of this instance.

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

 Syntax

Java  Copy Code

public DateTime add (
    Duration value
)

 Parameters

value

A Duration object that represents a positive or negative time interval.

 Return Value

Returns a new DateTime that adds the value of the Duration to the value of this instance.

 See Also