Minute()

Home   Back   Next  

Working with Formulas > Functions Used in Formulas > Date/Time Functions > Minute()

 

MINUTE() returns the minute corresponding to the date input.

 

 

Function Format

 

MINUTE(date) 

 

 

Return Value

 

MINUTE() returns an integer 

 

 

Examples

 

MINUTE(DATE(2007, 07, 04, 12, 30, 22)) = 30 

 

MINUTE(DATE(2007, 12, 25, 8, 10, 20)) = 10