Year.minusYears

Returns a copy of this {@code Year} with the specified number of years subtracted. !(p) This instance is immutable and unaffected by this method call.

@param yearsToSubtract the years to subtract, may be negative @return a {@code Year} based on this year with the year subtracted, not null @throws DateTimeException if the result exceeds the supported range

class Year
minusYears

Meta