Reference > Functions reference > Time functions > Minute
 
Minute
Purpose 
Returns a number representing the minute portion (0-59) of a specified time.
Format 
Minute(time)
Parameters 
time - any time value or field of type time
Data type returned 
number
Originated in 
FileMaker Pro 6.0 or earlier
Notes 
If no minute value is specified, 0 is returned.
Examples 
Minute ( "12:15:23" ) returns 15.
Hour ( Duration ) + ( Minute ( Duration ) / 60 ) returns 2.5, if the Duration time field contains 2:30:15.
Related topics 
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas