company logo

Date :: addYears - Add years to date value

The number of years passed in iYears is added to the date value. Month and day remain unchanged , except for February 29th, which might be adjusted to February 28th.

Return value:  Date ( odaba::Date & )

The date contains day, month and year, but not the time.

Implementation details

odaba::Date & Date  :: addYears ( int32 iYears )
  • iYears - Years

    Time span in years.