Home
last modified time | relevance | path

Searched refs:birthdayDate (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp706 std::string birthdayDate = ""; in ConstructEvents() local
726 birthdayDate = eventData->GetEventDate(); in ConstructEvents()
732 VCardUtils::Trim(birthdayDate); in ConstructEvents()
733 if (!birthdayDate.empty()) { in ConstructEvents()
734 AddLineWithCharsetAndQP(VCARD_TYPE_BDAY, { birthdayDate }); in ConstructEvents()