Returns a copy of this date with the specified duration added.
If the amount is zero, then this is returned.
@param duration the duration, in millis, to add to this one
@return a copy of this datetime with the duration added
@throws ArithmeticException if the new datetime exceeds the capacity of a long
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.