addMinute
<< addMillisecond | FB 2.0 Language Reference | 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.
Result type: TIMESTAMP
Syntax
addminute (atimestamp, number)
Declaration
DECLARE EXTERNAL FUNCTION addMinute TIMESTAMP, INT RETURNS TIMESTAMP ENTRY_POINT 'addMinute' MODULE_NAME 'fbudf'
back to top of page
<< addMillisecond | FB 2.0 Language Reference | addMonth >>