subtractMonths method

LocalDate subtractMonths(
  1. int months
)

Implementation

LocalDate subtractMonths(int months) => addMonths(-months);