Return the expiration time of a region.
#include <geomonitor.h>
geomonitor_error_t geomonitor_region_get_expiration(geomonitor_region_t region, time_t *expiration)
BlackBerry 10.2.0
A handle to the geomonitor region.
This is the UTC time after which the region expires. A value of 0 means that the region does not expire.
The expiration time is the UTC time after which the region expires. Once a region expires, it is removed from the monitored regions list.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.