Utilitary function for the date and time types of the data type module. More...
Go to the source code of this file.
Namespaces | |
| namespace | te | 
| TerraLib.  | |
| namespace | te::dt | 
| Namespace for the Data Type module of TerraLib.  | |
Functions | |
| TEDATATYPEEXPORT te::dt::Date * | te::dt::CreateDateFromString (const std::string &dateAsString) | 
| Helper function to create a date from its string representation.   | |
| TEDATATYPEEXPORT te::dt::TimeInstant * | te::dt::CreateDateTimeFromString (const std::string &dataTimeAsString) | 
| Helper function to create a date time from its string representation.   | |
| TEDATATYPEEXPORT long | te::dt::GetDistance (const te::dt::DateTime *t1, const te::dt::DateTime *t2) | 
| It returns the distance between two datetime types.   | |
| TEDATATYPEEXPORT DateTimePeriod * | te::dt::GetTemporalExtent (const DateTime *t1, const DateTime *t2) | 
| It returns the temporal extent of two date and time types.   | |
| TEDATATYPEEXPORT DateTimePeriod * | te::dt::GetTimePeriod (const DateTimeInstant *t1, const DateTimeInstant *t2) | 
| It creates a time period based on two time instants.   | |
Utilitary function for the date and time types of the data type module.
Definition in file DateTimeUtils.h.