company logo

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

Implementation details

  1. Get centiseconds from time value
    int32 Time  :: centisecond (  )

    The function returns the number of centiseconds from the time value.

  2. to list
  3. 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.

  4. to list