Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIntervalTime::intervalToSeconds ( P6INTERVAL *  pInterval,
P6UINT32 pnSeconds 
)
pure virtual

Converts the specified interval time into seconds.

Parameters
pIntervalA pointer to a P6R::P6INTERVAL containing the interval time value to convert.
pnSecondsThe address of a P6R::P6UINT32 in which will be placed the converted value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpInterval or pnSeconds was NULL.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.