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

    Parameters

    • date: DateOnly

      the DateOnly object to add days to

    • days: number

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

    Returns DateOnly

    a new DateOnly object with the added days