Function
Grldate_time_from_iso8601
since: 0.2.0
Declaration [src]
GDateTime*
grl_date_time_from_iso8601 (
const gchar* date
)
Parameters
date
-
Type:
const gchar*
A date expressed in iso8601 format.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GDateTime
A newly-allocated GDateTime
set to the time corresponding to
date
, or NULL
if date
could not be parsed properly.
The caller of the function takes ownership of the data, and is responsible for freeing it. |