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