company logo

DateTime :: addCentiseconds - Add centiseconds to timestamp value

The function adds a number of centiseconds to the current time and returns the new timestamp value.

Return value:  Time stamp ( odaba::DateTime & )

A time stamp combines date and time

Implementation details

odaba::DateTime & DateTime  :: addCentiseconds ( int32 iCentiseconds )

The number of centiseconds passed in iCentiseconds is added to the time value. Time values may exceed 24 hours.

  • iCentiseconds - Centiseconds

    Time span in hundredths of a second or centiseconds in a time value.