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

Convert the specified number of seconds into an interval time value.

Parameters
nSecondsThe seconds to convert into an interval time value.
pIntervalThe address of a P6R::P6INTERVAL in which will be placed the converted interval time value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpInterval was NULL.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.