Extract the seconds from the time value stored in the component.
- Parameters:
-
| pSeconds | [OUT] A value from [0..59]. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eTypeError | Only P6XPATH_TYPE_TIME, P6XPATH_TYPE_DATETIME have seconds. |
P6R::eInvalidArg | pSeconds is NULL. |