Products Downloads


French version


 


ADELIA

VADELIA

SADELIA

WADELIA

EADELIA

(I/B)

(I/B)

(B)

(I/B)

(B)


Warning: In the case of ADELIA programs, this function is not compatible with C generator.


Description

This predefined function is used to return a TIMESTAMP variable on the basis of a date, time and a number of microseconds.


Syntax

Result = &BUILD_TIMESTP(Date;Time;Number of microseconds)


Parameters


Description

Contents

Controls

Result

TIMESTAMP type variable.

Concatenation of the date, time and number of microseconds given as parameters.


Date

DATE type variable.

Date used to build the Timestamp.

Mandatory parameter.

Time

TIME type variable.

Time used to build the Timestamp.

Mandatory parameter.

Number of microseconds

Six-character NUM_E or NUM_P type numeric variable or constant with 0 decimals.

Number of microseconds used to build the Timestamp.

Mandatory parameter.


Note: If the number of microseconds is less than 0, the parameter is set to 0.


Example

TS_VAR = &BUILD_TIMESTP(DATE_VAR;TIME_VAR;10)


List of predefined functions by topic


↑ Top of page

  • Aucune étiquette