Set the start-date format of a notification dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_notification_start_date_format(dialog_instance_t dialog,
dialog_date_time_format_t date_format,
dialog_date_time_format_t time_format,
dialog_date_time_format_t week_format)
BlackBerry 10.0.0
The dialog to update.
The format of the date portion of the start date/time.
The format of the time portion of the start date/time.
The format of the week portion of the start date/time.
The dialog_set_notification_start_date_format() function sets the start date format of the specified notification dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.