MobilityDB 1.1

◆ periodset_timestamp_n()

bool periodset_timestamp_n ( const SpanSet ps,
int  n,
TimestampTz result 
)

Return the n-th timestamp of a period set.

Parameters
[in]psPeriod set
[in]nNumber
[out]resultTimestamp
Returns
Return true if the timestamp is found
Note
It is assumed that n is 1-based
SQL Function:
timestampN()
PyMEOS Function:
timestampN()