TIMEVALUE
Returns the fraction of a 24-hour day corresponding to the provided time string.
使用例
-
TIMEVALUE("1:23:45") -
TIMEVALUE(tableA.fieldB)
構文
TIMEVALUE ( time_text )
-
time_text- the string representing the time.
この関数が返す値は次のとおりです
number - the time in days given the time string.