Retrieve the hour value from a navigator_invoke_specific_time_t.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_specific_time_get_hour(const navigator_invoke_specific_time_t *specific_time)
BlackBerry 10.3.0
The navigator_invoke_specific_time_t structure to query.
This function retrieves the hour value from the given navigator_invoke_specific_time_t.
The hour upon success, BPS_FAILURE with errno set otherwise.