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

Colapses the specified P6TIMEINFO structure into a P6TIME value, automatically adjusting for any changes in the member values.

Parameters
pExpandedTime[ in ] A pointer to the P6TIMEINFO structure to collapse.
pTime[ in ] A pointer to the P6TIME that will receive the collapsed time value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpTime was NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
Any valid P6ERR.