navigator_invoke_specific_time_set_minute()

Set the minute of a specific time structure.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_specific_time_set_minute(navigator_invoke_specific_time_t *specific_time,
                                                      int minute)

Since:

BlackBerry 10.3.0

Arguments:

specific_time

The navigator_invoke_specific_time_t structure to modify.

minute

The minute to set, from 0 to 59, inclusive.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This function sets the minute value of a navigator_invoke_specific_time_t structure.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.