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