Set the end-date format of elapsed time of a notification dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_notification_end_date_format_elapsed(dialog_instance_t dialog,
dialog_date_time_format_t elapsed_format)
BlackBerry 10.0.0
The dialog to update.
The format of the relative end date/time.
The dialog_set_notification_end_date_format_elapsed() function sets the end-date format of elapsed time of the specified notification dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.