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