Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateExternal functions (UDFs) → addMilliSecond
Firebird Home Firebird Home Prev: addHourFirebird Documentation IndexUp: External functions (UDFs)Next: addMinute

addMilliSecond

Library: fbudf

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

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

Result type: TIMESTAMP

Syntax: 

addmillisecond (atimestamp, number)

Declaration: 

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