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