Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITime::diffP6Time ( const P6TIME pTime1,
const P6TIME pTime2,
P6INTERVAL *  pIntervalDifference 
)
pure virtual

Find the difference between two P6TIME's and return the result as a P6INTERVAL.

Parameters
pTime1[ in ] A pointer to the first P6TIME for the difference calculation.
pTime2[ in ] A pointer to the second P6TIME for the difference calculation.
pIntervalDifference[ in out ] A pointer to the P6INTERVAL in which the difference of pTime1 and pTime2 will be stored.
Returns