navigator_invoke_recurrence_rule_get_start_date()

Retrieve the start date from a navigator_invoke_recurrence_rule_t.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API const navigator_invoke_specific_time_t* navigator_invoke_recurrence_rule_get_start_date(const navigator_invoke_recurrence_rule_t *recurrence_rule)

Since:

BlackBerry 10.3.1

Arguments:

recurrence_rule

The navigator_invoke_recurrence_rule_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 start date from the given navigator_invoke_recurrence_rule_t.

The recurrence rule structure continues to own the returned navigator_invoke_specific_time_t structure. You must not destroy the returned structure.

Returns:

The start date upon success, or NULL with errno set otherwise.