4D v13.4

MILLISECOND

Home

 
4D v13.4
MILLISECOND

MILLISECOND  


 

 

Command MILLISECONDMILLISECOND (arithmetic_expression)

The MILLISECOND function returns the millisecond part of the time passed in arithmetic_expression.

Example  

Supposing that we have the INVOICES table with a Delivery_Time field. To display the milliseconds of the delivery time:

SELECT MILLISECOND(Delivery_Time)
FROM INVOICES;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
INDEX

Alphabetical list of commands

 
SEE ALSO 

MINUTE
SECOND