MAKETIME(h,m,s) is a time function that calculates a time value from the total number of hours, minutes, and seconds.
Values h, m and s: When used in a function, each of the expressions h, m or s must be an integer greater than or equal to 0. If an expression is not an integer, decimal places are truncated.
h, m, s |
Result of the MAKETIME(h,m,s) Function |
---|---|
h,m,s is a NULL value |
NULL value |
h,m,s is a special NULL value |
Error Messages |