4D v14

MINUTE

Home

 
4D v14
MINUTE

MINUTE  


 

 

Command MINUTEMINUTE (arithmetic_expression)

The MINUTE function returns the minute part of the time passed in the arithmetic_expression. The value returned ranges from 0 to 59.

Example  

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

SELECT MINUTE(Delivery_Time)
FROM INVOICES;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

HOUR
SECOND

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)