7cQwC‖

aFbYG‖MINUTE

kGsA6‖Calculates the minute for an internal time value. The minute is returned as a number between 0 and 59.

note

RZfPH‖This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


ebLBc‖Syntax

LeQE8‖MINUTE(Number)

8eGft‖Number, as a time value, is a decimal number where the number of the minute is to be returned.

GAZG2‖Examples

L77op‖=MINUTE(8.999) returns 58

Q9MMh‖=MINUTE(8.9999) returns 59

A3T6A‖=MINUTE(NOW()) returns the current minute value.