Extract the year value from the time value stored in the component.
- Parameters:
-
| pYear | [OUT] The absolute value of the year part of the time value stored in this component (e.g., 2008). |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eTypeError | Only P6XPATH_TYPE_DATE, P6XPATH_TYPE_DATETIME have years. |
P6R::eInvalidArg | pYear is NULL. |