Retrieve the days of the month that an event should occur.
#include <bps/navigator_invoke.h>
BPS_API const int* navigator_invoke_recurrence_rule_get_days_of_month(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 days_of_month 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 days of a month set for the recurrence rule.