company logo

Time :: addCentiseconds - Add centiseconds to time value

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

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

The time value is passed in the ODABA Interface::Time format and provides time in 1/100th seconds.

Implementation details

odaba::Time & Time  :: 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.