ContactDateTime
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_contact_date_time_get_type ()" ) ]
[ Compact ]
public class ContactDateTime
Content:
Static methods:
Creation methods:
Methods:
- public bool equal (ContactDateTime dt2)
Checks if this and dt2
are the same date time.
- public void free ()
Frees the this struct and its
content.
- public bool has_date ()
Checks whether the this has set at
least one of the date members.
- public bool has_time ()
Checks whether the this has set at
least one of the time members.
- public string? to_string (VCardVersion for_version, ContactDateTimeFlags flags)
Generates a date/time string in the for_version format
used by vCard standard, omitting unset values of the this.
Fields: