Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::addP6Interval ( P6TIME pTime,
const P6INTERVAL *  pInterval 
)
pure virtual

Add the amount of time specified in pInterval to pTime.

Parameters
pTime[ in out ] A pointer to the P6TIME to which the specified interval time will be added to.
pInterval[ in ] A const pointer to the P6INTERVAL containing the amount of time to add to pTime.
Returns