27 #include "../common/StringUtils.h" 
   76   boost::int64_t days = m_dateDuration.days();
 
virtual ~DateDuration()
Destructor. 
 
bool operator<(const DateTime &rhs) const 
Operator <. 
 
bool operator>(const DateTime &rhs) const 
Operator > 
 
std::string toString() const 
It returns the date duration in a textual format. 
 
DateDuration()
Empty constructor. 
 
A class to represent date duration. 
 
A class to represent date duration. 
 
boost::gregorian::date_duration m_dateDuration
Date duration information. 
 
std::string Convert2String(boost::int16_t value)
It converts a short integer value to a string. 
 
A base class for values that can be retrieved from the data access module. 
 
AbstractData * clone() const 
It returns a clone of this object. 
 
bool operator==(const DateTime &rhs) const 
Operator ==. 
 
bool operator!=(const DateTime &rhs) const 
Operator !=.