Set the hour of a specific time structure.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_specific_time_set_hour(navigator_invoke_specific_time_t *specific_time,
int hour)
BlackBerry 10.3.0
The navigator_invoke_specific_time_t structure to modify.
The hour to set, from 0 to 23, inclusive.
This function sets the hour value of a navigator_invoke_specific_time_t structure.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.