Return a copy of the current time component and convert it to a P6XPATH_TYPE_TIME (i.e., xs:time) type.
- Parameters:
-
| pConvert | [OUT] A newly created p6IXpathTime component containing a P6XPATH_TYPE_TIME type. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eTypeError | P6XPATH_TYPE_DATE has no time parts. |
P6R::eInvalidArg | pConvert is NULL. |