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

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

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