TIME
Converts an hour, minute, and second into a time
使用例
-
TIME(1, 23, 45) -
TIME(tableA.fieldB, tableA.fieldC, tableA.fieldD)
構文
TIME ( hour, minute, second )
-
hour- the hour component of the time -
minute- the minute component of the time -
second- the second component of the time
この関数が返す値は次のとおりです
number - the time in days given the hour, minute, and second.