MobilityDB 1.3
Loading...
Searching...
No Matches

◆ temporal_value_at_timestamptz()

bool temporal_value_at_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict,
Datum result 
)

Return in the last argument a copy of the value of a temporal value at a timestamptz.

Parameters
[in]tempTemporal value
[in]tTimestamp
[in]strictTrue if the timestamp must belong to the temporal value, false when it may be at an exclusive bound
[out]resultResulting value @csqlfn Temporal_value_at_timestamptz()