company logo

Date :: operator= - Assign date value

Return value:  Date ( odaba::Date & )

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

Implementation details

odaba::Date & Date  :: operator= ( odaba::Date &cDate )

The function sets the current date value to the date passed in cDate.

  • cDate - Date

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