Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → addDay
Firebird Home Firebird Home Prev: acosFirebird Documentation IndexUp: External functions (UDFs)Next: addHour

addDay

Library: fbudf

Added in: 1.0 (Win), 1.5 (Linux)

Better alternative: Internal function DATEADD

Description: Returns the first argument with number days added. Use negative numbers to subtract.

Result type: TIMESTAMP

Syntax: 

addday (atimestamp, number)

Declaration: 

DECLARE EXTERNAL FUNCTION addDay
   TIMESTAMP, INT
   RETURNS TIMESTAMP
   ENTRY_POINT 'addDay' MODULE_NAME 'fbudf'
Prev: acosFirebird Documentation IndexUp: External functions (UDFs)Next: addHour
Firebird Documentation IndexFirebird 2.5 Language Ref. UpdateExternal functions (UDFs) → addDay