Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::addHours ( P6TIME pTime,
P6INT32  nHours 
)
pure virtual

Adds the specified number of hours to the provided P6TIME value.

Parameters
pTime[ in ] A pointer to the P6TIME to add to.
nHours[ in ] A P6INT32 containing the number of hours to add.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpTime was NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
Any valid P6ERR.