• Add years to a DateOnly object and return a new DateOnly object

    Parameters

    • date: DateOnly

      the DateOnly object to add years to

    • years: number

      the number of years to add (can be negative to subtract years). Must be an integer. Can be positive, zero or negative.

    Returns DateOnly

    a new DateOnly object with the added years