company logo

DateTime :: time - Time property

The time property provides the time value for the timestamp.

Return value:  Time value ( odaba::Time & )

The time value is passed in the ODABA Interface::Time format and provides time in 1/100th seconds.

Implementation overview

Implementation details

  1. Get time value from timestamp
    const odaba::Time & DateTime  :: time (  )

    The function returns the time value from the timestamp.

  2. to list
  3. Set time value
    const odaba::Time & DateTime  :: time ( odaba::Time &cTime )

    The function sets the time value of the timestamp to the time value passed in cTime.

    • cTime - Time value

      The time value is passed in the ODABA Interface::Time format and provides time in 1/100th seconds.

  4. to list