Difference between revisions of "OOoES/Traduccion/Calc: Funcion SEGUNDO"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == SEGUNDO == Devuelve los segundos de un momento dado. === Sintaxis: === <tt>'''SEGUNDO(tiempo)'''</tt> : devuelve los segundos del <tt>'''tiempo'''</tt> como un número, <tt>'''0...)
 
(Ejemploe:)
Line 8: Line 8:
 
: <tt>'''tiempo'''</tt> puede ser texto o un n&uacute;mero de serie fecha-hora.
 
: <tt>'''tiempo'''</tt> puede ser texto o un n&uacute;mero de serie fecha-hora.
  
=== Ejemploe: ===
+
=== Ejemplo: ===
 
<tt>'''SEGUNDO("2008-01-06 21:30:15")'''</tt>
 
<tt>'''SEGUNDO("2008-01-06 21:30:15")'''</tt>
 
: devuelve <tt>'''15'''</tt>.
 
: devuelve <tt>'''15'''</tt>.

Revision as of 18:28, 9 June 2008

SEGUNDO

Devuelve los segundos de un momento dado.

Sintaxis:

SEGUNDO(tiempo)

devuelve los segundos del tiempo como un número, 0 - 59.
tiempo puede ser texto o un número de serie fecha-hora.

Ejemplo:

SEGUNDO("2008-01-06 21:30:15")

devuelve 15.

SEGUNDO(A1)

donde la celda A1 contiene el tiempo 9:25:10 como un número de serie fecha-hora, y devuelve 10.

See also:

AÑO, MES, DIA, DIASEM, HORA, MINUTO

Funciones de Fecha y Hora

Información General Fecha y Hora

Personal tools