Month.plus

Returns the month-of-year that is the specified number of months after this one. !(p) The calculation rolls around the end of the year from December to January. The specified period may be negative. !(p) This instance is immutable and unaffected by this method call.

@param months the months to add, positive or negative @return the resulting month, not null

class Month
plus
(
long months
)

Meta