Function
EDataServerutf8_strftime
Declaration [src]
gsize
e_utf8_strftime (
gchar* string,
gsize max,
const gchar* fmt,
const tm* tm
)
Parameters
string-
Type:
gchar*The string array to store the result in.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. max-
Type:
gsizeThe size of array
s. fmt-
Type:
const gchar*The formatting to use on
tm.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. tm-
Type:
const tm*The time value to format.
The argument can be NULL.The data is owned by the caller of the function.