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
SyntaxJava
Copy Code
|
|---|
public DateTime add ( |
A Duration object that represents a positive or negative time interval.
Returns a new DateTime that adds the value of the Duration to the value of this instance.
See Also