Retrieve the months of a year that an event should occur.
#include <bps/navigator_invoke.h>
BPS_API const int* navigator_invoke_recurrence_rule_get_months_of_year(const navigator_invoke_recurrence_rule_t *recurrence_rule,
int *count)
BlackBerry 10.3.1
The navigator_invoke_recurrence_rule_t structure to query.
The number of items returned upon success, BPS_FAILURE with errno set otherwise.
This function retrieves the months_of_year from the given navigator_invoke_recurrence_rule_t.
The recurrence rule structure continues to own the returned array. You must not modify or destroy the returned array.
The months of a year set for the recurrence rule.