Set the end date/time of a notification dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_notification_end_date_time(dialog_instance_t dialog,
long long time)
BlackBerry 10.0.0
The dialog to update.
The end date/time. If specifying absolute time (for use with dialog_set_notification_end_date_format()) then in milliseconds since the epoch. If specifying relative time (for use with dialog_set_notification_end_date_format_elapsed()) then in milliseconds of elapsed time.
The dialog_set_notification_end_date_time() function sets the end-date time of the specified notification dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.