Minuto

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

note

Esta función é parte da norma Formato Open Document para Aplicacións de Ofimática (OpenDocument), versión 1.2 (ISO/IEC 26300:2-2015)


Sintaxe

Minute (Número)

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

note

MINUTE() returns the integer part of the minute.


Exemplos

=MINUTE("22:10:12") devolve 10

=MINUTE("22:10:12") devolve 10

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

Precisamos da súa axuda!