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

◆ tbool_value_at_timestamptz()

bool tbool_value_at_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict,
bool value 
)

Return the value of a temporal boolean 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]valueResulting value @csqlfn Temporal_value_at_timestamptz()