DateTime :: addCentiseconds - Add centiseconds to timestamp value
The number of centiseconds passed in iCentiseconds is added to the time value. Time values may exceed 24 hours, in which case the date will change as well.
Return value: Time stamp ( odaba::DateTime & )
A time stamp combines date and time
Implementation details
odaba::DateTime &
DateTime  :: addCentiseconds ( int32 iCentiseconds )
- iCentiseconds
- Centiseconds
Time span in hundredths of a second or centiseconds in a time value.