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