Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateExternal functions (UDFs) → addMinute
Firebird Home Firebird Home Prev: addMilliSecondFirebird Documentation IndexUp: External functions (UDFs)Next: addMonth

addMinute

Library: fbudf

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

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

Return type: TIMESTAMP

Syntax: 

addminute (atimestamp, number)

Declaration: 

DECLARE EXTERNAL FUNCTION addMinute
   TIMESTAMP, INT
   RETURNS TIMESTAMP
   ENTRY_POINT 'addMinute' MODULE_NAME 'fbudf'
Prev: addMilliSecondFirebird Documentation IndexUp: External functions (UDFs)Next: addMonth
Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateExternal functions (UDFs) → addMinute