26 #ifndef __TERRALIB_DATATYPE_INTERNAL_DATEDURATION_H    27 #define __TERRALIB_DATATYPE_INTERNAL_DATEDURATION_H    33 #include <boost/date_time/gregorian/gregorian.hpp>    77         const boost::gregorian::date_duration& 
getDateDuration()
 const { 
return m_dateDuration; } 
   134         std::string toString() 
const;
   156 #endif // __TERRALIB_DATATYPE_INTERNAL_DATEDURATION_H boost::gregorian::date_duration & getDateDuration()
It returns the boost date duration type. 
 
TEDATAACCESSEXPORT te::da::Expression * operator<(const te::da::Expression &e1, const te::da::Expression &e2)
 
An abstract class for date and time types. 
 
TEDATAACCESSEXPORT te::da::Expression * operator==(const te::da::Expression &e1, const te::da::Expression &e2)
 
TEDATAACCESSEXPORT te::da::Expression * operator!=(const te::da::Expression &e1, const te::da::Expression &e2)
 
#define TEDATATYPEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TEDATAACCESSEXPORT te::da::Expression * operator>(const te::da::Expression &e1, const te::da::Expression &e2)
 
const boost::gregorian::date_duration & getDateDuration() const 
It returns the boost date duration type. 
 
A base class for values that can be retrieved from the data access module. 
 
boost::gregorian::date_duration m_dateDuration
Date duration information. 
 
A class to represent date duration. 
 
DateTimeType getDateTimeType() const 
It returns the subtype of the date and time type. 
 
DateTimeType
The subtype of date and time type, based on ISO 8621.