addYear()

Adds or subtracts the specified amount of time to the given Year field, based on the calendar's rules.

Syntax

Calendar addYear(Numeric amount)
  1. amount is the amount of date or time to be added to the Year field.

Usage

For example, to subtract 5 years from the current time of the calendar, you can achieve it by calling:
addYear(-5)