Returns a copy of this period with the specified days added.
!(p)
This adds the amount to the days unit _in a copy of this period.
The years and months units are unaffected.
For example, "1 year, 6 months and 3 days" plus 2 days returns "1 year, 6 months and 5 days".
!(p)
This instance is immutable and unaffected by this method call.
@param daysToAdd the days to add, positive or negative
@return a {@code Period} based on this period with the specified days added, not null
@throws ArithmeticException if numeric overflow occurs
Returns a copy of this period with the specified days added. !(p) This adds the amount to the days unit _in a copy of this period. The years and months units are unaffected. For example, "1 year, 6 months and 3 days" plus 2 days returns "1 year, 6 months and 5 days". !(p) This instance is immutable and unaffected by this method call.
@param daysToAdd the days to add, positive or negative @return a {@code Period} based on this period with the specified days added, not null @throws ArithmeticException if numeric overflow occurs