Firebird Documentation Index → Firebird 1.5 Language Ref. Update → External functions (UDFs) → 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'
Firebird Documentation Index → Firebird 1.5 Language Ref. Update → External functions (UDFs) → addMinute |