Time :: centisecond - Centisecond property
The centiseconds property provides the number of centiseconds from the time value (cc of hh:mm:ss,cc).
Return value:  Centisecond ( int32  )
Part (in hundredths) of the second. The value should range from 0 to 100.
Implementation overview
- Get centiseconds from time value
 Time :: centisecond (  )
- Set centiseconds
 Time :: centisecond ( iCentisecond )
Implementation details
- to list
- 
Set centiseconds
 int32 Time  :: centisecond ( int32 iCentisecond )
 The number of hours is set to the value passed in iCentisecond. When the value is less than 0 or greater than 99, the function throws an exception. - iCentisecond
 - Centisecond
Part (in hundredths) of the second. The value should range from 0 to 100. 
 to list
- iCentisecond
 - Centisecond

