Method
EBookContactsContactDateTimeto_string
unstable since: 3.60
Declaration [src]
gchar*
e_contact_date_time_to_string (
const EContactDateTime* self,
EVCardVersion for_version,
EContactDateTimeFlags flags
)
Description [src]
Generates a date/time string in the for_version format used by vCard standard,
omitting unset values of the self. Free the returned string with
g_free(), when no longer needed.
Available since: 3.60
Parameters
for_version-
Type:
EVCardVersionAn
EVCardVersionwith version to use the format for. flags-
Type:
EContactDateTimeFlagsBit-or of
EContactDateTimeFlags.