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
- Get time value from timestamp
 DateTime :: time (  )
- Set time value
 DateTime :: time ( cTime )
Implementation details
- 
Get time value from timestamp
 const odaba::Time & DateTime  :: time (  )
 The function returns the time value from the timestamp. to list
- 
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. 
 to list
- cTime
 - Time value

