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

Expands the specified interval time value into hour.

minute. seconds, milliseconds and microseconds.

Parameters
pIntervalA pointer to a P6R::P6INTERVAL time value to expand.
pExpandedThe address of a P6R::P6EXPANDEDINTERVAL structure in which will be placed the expanded time information.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpInterval or pExpaneded was NULL.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.