Month.minus

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

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

class Month
minus
(
long months
)

Meta