Time :: subtract - Subtract time value
The function returns the time difference measured in centiseconds.
Return value: Centiseconds ( int32 )
Time span in hundredths of a second or centiseconds in a time value.
Implementation details
int32
Time  :: subtract ( odaba::Time &cTime )
The difference is calculated by subtracting centiseconds of the time passed from centiseconds for the current time.
- cTime
- Time value
The time value is passed in the ODABA Interface::Time format and provides time in 1/100th seconds.

