Retrieve the date limit from a navigator_invoke_recurrence_rule_t.
#include <bps/navigator_invoke.h>
BPS_API const navigator_invoke_specific_time_t* navigator_invoke_recurrence_rule_get_date_limit(const navigator_invoke_recurrence_rule_t *recurrence_rule)
BlackBerry 10.3.1
The navigator_invoke_recurrence_rule_t structure to query.
This function retrieves the date limit 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.
The date limit upon success, or NULL with errno set otherwise.