Method

EBookContactsContactDateto_string

unstable since: 3.60

Declaration [src]

gchar*
e_contact_date_to_string (
  EContactDate* dt,
  EVCardVersion for_version
)

Description [src]

Generates a date string in the format YYYY-MM-DD based on the values of dt.

Available since: 3.60

Parameters

for_version

Type: EVCardVersion

An EVCardVersion.

Return value

Type: gchar*

A date string, owned by the caller.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.