navigator_invoke_specific_time_get_time_zone()

Retrieve the time zone ID from a navigator_invoke_specific_time_t.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API const char* navigator_invoke_specific_time_get_time_zone(const navigator_invoke_specific_time_t *specific_time)

Since:

BlackBerry 10.3.0

Arguments:

specific_time

The navigator_invoke_specific_time_t structure to query.

Library:

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

Description:

This function retrieves the time zone ID value from the given navigator_invoke_specific_time_t.

Returns:

The time zone ID if it was set, NULL otherwise.