Barry::Date Struct Reference

List of all members.

Detailed Description

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


Member Function Documentation

std::string Barry::Date::ToBBString (  )  const

The Blackberry stores Birthday and Anniversary date fields with the format: DD/MM/YYYY.

Definition at line 604 of file record.cc.

References Day, Month, and Year.


The documentation for this struct was generated from the following files:
Generated on Wed Sep 24 21:27:33 2008 for Barry by  doxygen 1.5.1