Difference between revisions of "ES/Traduccion/Calc: Funcion HORANUMERO"

From Apache OpenOffice Wiki
< ES
Jump to: navigation, search
(TIMEVALUE)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
[[Category:ES]]
+
[[Category:OldES]]
  
== TIMEVALUE ==
+
== HORANUMERO ==
returns the date-time serial number, from a time given as text.  
+
Devuelve un dato de tipo tiempo. Devuelve el número de serie correspondiente al dato de tiempo dado. El argumento “texto_de_hora” contiene una cadena de caracteres, almacena un dato de tiempo válido. Si el argumento contiene un dato erróneo, la función devuelve el código de error Err:502. Esta función puede ayudarlo a obtener la parte del tiempo cuando un dato tiene formato de fecha-hora.  
  
 
=== Syntax: ===
 
=== Syntax: ===
<tt>'''TIMEVALUE(timetext)'''</tt>
+
<tt>''' =HORANÚMERO(texto_de_hora)'''</tt>
: <tt>'''timetext'''</tt> is a time, expressed as text.
+
: '''texto_de_hora''' es el tiempo expresado en texto
  
: <tt>'''TIMEVALUE '''</tt> returns the date-time serial number, which may be formatted to read as a time.
+
=== Ejemplo: ===
 +
<tt>'''=HORANÚMERO("2:20:33")'''</tt>
 +
: Devuelve 0,0976041667.
  
=== Example: ===
+
<tt>'''=HORANÚMERO("2011-2-11 2:20:33"))'''</tt>
<tt>'''TIMEVALUE("16:48:00")'''</tt>
+
:Devuelve 0,0976041667.
: returns <tt>'''0.7'''</tt>, the date-time serial number for 16:48:00. This may be formatted to read, for example, <tt>'''4:48 PM'''</tt>.
+
  
=== See also: ===
+
<tt>'''=HORANÚMERO("2010-2-18 2:20:33")'''</tt>
 +
:Devuelve 0,0976041667. Observe los tres ejemplos que acaban de mostrarse, los tres devuelven el mismo número de serie. La función extrae la parte del tiempo en el dato dado. En todos los 3 casos se hace mención a las 2 de la mañana, 20 minutos y 33 segundos.
 +
 
 +
 
 +
== Ver Tambien ==
 
'''[[Documentation/How_Tos/Calc: TIME function|TIME]]''',
 
'''[[Documentation/How_Tos/Calc: TIME function|TIME]]''',
 
'''[[Documentation/How_Tos/Calc: DATEVALUE function|DATEVALUE]]'''
 
'''[[Documentation/How_Tos/Calc: DATEVALUE function|DATEVALUE]]'''

Latest revision as of 17:31, 17 October 2012


HORANUMERO

Devuelve un dato de tipo tiempo. Devuelve el número de serie correspondiente al dato de tiempo dado. El argumento “texto_de_hora” contiene una cadena de caracteres, almacena un dato de tiempo válido. Si el argumento contiene un dato erróneo, la función devuelve el código de error Err:502. Esta función puede ayudarlo a obtener la parte del tiempo cuando un dato tiene formato de fecha-hora.

Syntax:

=HORANÚMERO(texto_de_hora)

texto_de_hora es el tiempo expresado en texto

Ejemplo:

=HORANÚMERO("2:20:33")

Devuelve 0,0976041667.

=HORANÚMERO("2011-2-11 2:20:33"))

Devuelve 0,0976041667.

=HORANÚMERO("2010-2-18 2:20:33")

Devuelve 0,0976041667. Observe los tres ejemplos que acaban de mostrarse, los tres devuelven el mismo número de serie. La función extrae la parte del tiempo en el dato dado. En todos los 3 casos se hace mención a las 2 de la mañana, 20 minutos y 33 segundos.


Ver Tambien

TIME, DATEVALUE

Date & Time overview

Date & Time functions

Functions listed alphabetically, Functions listed by category

Personal tools