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

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

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