The QContactBirthday class contains a birthday of a contact. More...
#include <QContactBirthday>
Inherits QContactDetail.
QDate | date () const |
QDateTime | dateTime () const |
void | setDate ( const QDate & date ) |
void | setDateTime ( const QDateTime & dateTime ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldBirthday |
The QContactBirthday class contains a birthday of a contact.
Returns the date of the birthday which is stored in this detail. If the birthday stored is a QDateTime, this returns the date portion.
See also setDate().
Returns the date and time of the birthday which is stored in this detail. If the birthday stored is a QDate, this returns a QDateTime with the time set to midnight.
See also setDateTime().
Sets the date of the birthday which is stored in this detail to date.
See also date().
Sets the date and time of the birthday which is stored in this detail to dateTime.
See also dateTime().
The string constant for the definition name of QContactBirthday details.
The field key constant for the value containing the birthday date.
This field is either a date, or a date and time. Some managers may support either type, while others may convert the value here to a specific type (either discarding the time if only a date is supported, or by using midnight if a time is not supplied).
See also date(), setDate(), dateTime(), and setDateTime().