Constructor
HeTimePickerwith_format
Declaration
HeTimePicker*
he_time_picker_new_with_format (
const gchar* format_12,
const gchar* format_24
)
Parameters
format_12
-
Type:
const gchar*
The string format of how to display the time when in 12h mode. .The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. format_24
-
Type:
const gchar*
The string format of how to display the time when in 24h mode. .The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: HeTimePicker
No description available.
The data is owned by the called function. |