The format of dates and times in notification dialogs.
Synopsis:
#include <bps/dialog.h>
typedef enum {
DIALOG_DATE_TIME_SHORT = 0
DIALOG_DATE_TIME_MEDIUM = 1
DIALOG_DATE_TIME_LONG = 2
DIALOG_DATE_TIME_NONE = 3
} dialog_date_time_format_t;
Data:
- DIALOG_DATE_TIME_SHORT
- Specify that a short format be used to display the date and time.
- DIALOG_DATE_TIME_MEDIUM
- Specify that a medium format be used to display the date and time.
- DIALOG_DATE_TIME_LONG
- Specify that a long format be used to display the date and time.
- DIALOG_DATE_TIME_NONE
- Specify that the date and time not be displayed.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)