CreateTime(hour, minute, second)
Returns a valid time variable in ColdFusion.
See also CreateODBCTime and CreateDateTime.
Number representing the hour, ranging from 0 to 23.
Number representing the minute, ranging from 0 to 59.
Number representing the second, ranging from 0 to 59.
CreateTime is a subset of CreateDateTime.
Time variables are special cases of date/time variables. The date portion of a time variable is set to December 30, 1899.