Enumeration

EBookContactsContactDateTimeFlags

unstable since: 3.60

Declaration

flags EBookContacts.ContactDateTimeFlags

Description [src]

Flags to export the EContactDateTime to string. The default behavior is to export only the set parts of the structure. With the E_CONTACT_DATE_TIME_FLAG_DATE_TIME the exported text will always contain the time delimiter. The import uses the E_CONTACT_DATE_TIME_FLAG_TIME to distinguish whether the time delimiter is expected or not.

Available since: 3.60

Members

E_CONTACT_DATE_TIME_FLAG_NONE

No flag.

  • Value: 0
  • Available since: 3.60
E_CONTACT_DATE_TIME_FLAG_DATE_TIME

Date-time value.

  • Value: 1
  • Available since: 3.60
E_CONTACT_DATE_TIME_FLAG_TIME

Time value.

  • Value: 2
  • Available since: 3.60