web-apps/apps/spreadsheeteditor/main/resources/help/es/Functions/timevalue.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

32 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Función TIMEVALUE</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>Función TIMEVALUE</h1>
<p>La función <b>TIMEVALUE</b> es una función de fecha y hora. Se usa para devolver el ordinal de hora especificada.</p>
<p>La sintaxis de la función <b>TIMEVALUE</b> es:</p>
<p style="text-indent: 150px;"><b><em>TIMEVALUE(date-time-string)</em></b></p>
<p>donde <b><em>date-time-string</em></b> es un valor introducido manualmente o incluido en la celda a la que usted hace referencia.</p>
<p>Para aplicar la función <b>TIMEVALUE</b>,</p>
<ol>
<li>seleccione la celda donde usted quiere ver el resultado,</li>
<li>pulse el icono <b>Insertar función</b> <img alt="icono Insertar función" src="../images/insertfunction.png" /> que se sitúa en la barra de herramientas superior,
<br />o haga clic derecho en la сelda seleccionada y elija la opción <b>Insertar función</b> en el menú,
<br />o pulse el icono <img alt="icono Función" src="../images/function.png" /> que se sitúa en la barra de fórmulas,
</li>
<li>seleccione el grupo de funciones <b>Fecha y hora</b> en la lista,</li>
<li>pulse la función <b>TIMEVALUE</b>,</li>
<li>introduzca los argumentos requeridos separándolos por comas,</li>
<li>pulse la tecla <b>Enter</b>.</li>
</ol>
<p>El resultado se mostrará en la celda elegida.</p>
<p style="text-indent: 150px;"><img alt="TIMEVALUE Function" src="../images/timevalue.png" /></p>
</div>
</body>
</html>