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

From Apache OpenOffice Wiki
< ES
Jump to: navigation, search
(New page: __NOTOC__ Category: OOoES == TIMEVALUE == returns the date-time serial number, from a time given as text. === Syntax: === <tt>'''TIMEVALUE(timetext)'''</tt> : <tt>'''timetext'''</tt...)
 
(No difference)

Revision as of 04:43, 4 December 2008


TIMEVALUE

returns the date-time serial number, from a time given as text.

Syntax:

TIMEVALUE(timetext)

timetext is a time, expressed as text.
TIMEVALUE returns the date-time serial number, which may be formatted to read as a time.

Example:

TIMEVALUE("16:48:00")

returns 0.7, the date-time serial number for 16:48:00. This may be formatted to read, for example, 4:48 PM.

See also:

TIME, DATEVALUE

Date & Time overview

Date & Time functions

Functions listed alphabetically, Functions listed by category

Personal tools