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

◆ add_date_int()

DateADT add_date_int ( DateADT  d,
int32  days 
)

Return the addition of a date and a number of days.

Must handle both positive and negative numbers of days.

Parameters
[in]dDate
[in]daysNumber of days to add
Note
PostgreSQL function: date_pli(PG_FUNCTION_ARGS)