Definition at line 224 of file record.h.
Public Member Functions | |
Date () | |
Date (const struct tm *timep) | |
bool | HasData () const |
void | Clear () |
void | ToTm (struct tm *timep) const |
std::string | ToYYYYMMDD () const |
std::string | ToBBString () const |
The Blackberry stores Birthday and Anniversary date fields with the format: DD/MM/YYYY. | |
bool | FromTm (const struct tm *timep) |
bool | FromBBString (const std::string &str) |
bool | FromYYYYMMDD (const std::string &str) |
Public Attributes | |
int | Month |
int | Day |
int | Year |
std::string Barry::Date::ToBBString | ( | ) | const |