Get the date change from a CLOCK_INFO event.
#include <bps/clock.h>
BPS_API int clock_event_get_date_change(bps_event_t *event)
BlackBerry 10.0.0
The CLOCK_INFO event to extract the date change from.
The clock_event_get_date_change() function extracts the date change from the specified CLOCK_INFO event. The date change is returned as seconds since the epoch, where the epoch is midnight on January 1, 1970 UTC.
Note that the date change that this function returns is the last date and time that was set by the user. This may or may not be the current time. For example, if the user changes the time to 3:52 PM, this function will report the date change as 3:52 PM, even after that time has passed. This function will continue to report the date change as 3:52 PM until the user resets the time manually.
The date change (in seconds since the epoch).