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