TIMEVALUE

Returns the fraction of a 24-hour day corresponding to the provided time string.

Ejemplos de uso 

  • TIMEVALUE("1:23:45")

  • TIMEVALUE(tableA.fieldB)

Sintaxis 

TIMEVALUE ( time_text )

  • time_text - the string representing the time.

Devuelve 

number - the time in days given the time string.

Referencia de funciones