70   return m_timeInstant.toString(); 
 
A class to represent ordinal time instant. 
 
T getValue() const 
It returns the associated value. 
 
Int64 m_timeInstant
The internal time instant information. 
 
bool operator!=(const DateTime &rhs) const 
Operator !=. 
 
std::string toString() const 
It returns the time instant in a textual format. 
 
OrdinalInstant()
Empty constructor. 
 
A class to represent ordinal time instant. 
 
bool operator==(const DateTime &rhs) const 
Operator ==. 
 
A base class for values that can be retrieved from the data access module. 
 
bool operator<(const DateTime &rhs) const 
Operator <. 
 
bool operator>(const DateTime &rhs) const 
Operator > 
 
AbstractData * clone() const 
It returns a clone of this object.