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 extract the microseconds information from a TIMESTAMP variable.
TIMESTAMP variables contain a date, a time and a number of microseconds.
Syntax
Result = &TIMESTP_TO_MSEC(Timestamp)
Parameters
|
Description |
Contents |
Controls |
Result |
NUM_E or NUM_P type numeric variable of length <= 9 with 0 decimals. |
Microseconds extracted from the timestamp given as a parameter. |
|
Timestamp |
TIMESTAMP variable. |
Timestamp (date, time, microseconds) from which the microsecond information is extracted. |
Mandatory parameter. |
Example
MICROSECONDS = &TIMESTP_TO_MSEC(TIMESTAMP_VAR)
List of predefined functions by topic