company logo

Date :: addDays - Add days to date value

Return value:  Date ( odaba::Date & )

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

Implementation details

odaba::Date & Date  :: addDays ( int32 iDays )
  • iDays - Set date from days

    The function calculates the date from the number of days passed in iDays . The value must be greater than 0 .