company logo

DateTime :: centisecond - Get centiseconds from time value

The function returns the number of centiseconds from the time value, i.e. iCentiseconds from the iHours:iMinutes:iSeconds,iCentiseconds time value.

Return value:  Centisecond ( int32  )

Part (in hundredths) of the second.

Implementation overview

Implementation details

  1. - internal feature (not documented)
    int32 DateTime  :: centisecond (  )
  2. to list
  3. - internal feature (not documented)
    int32 DateTime  :: centisecond ( int32 iCentisecond )
    • iCentisecond - Centisecond

      Part (in hundredths) of the second.

  4. to list