Creates a time from the numbers for hour, minute and second. The number '1' is interpreted as 24 hours. It can also be used to reduce a datatime value to only time.
Time( dateTime ) Time( number or string ) Time( HH, MM, SS )
Time value
Time(17,30,0) // Returns the time value 17:30:00. Time(0.5) // Returns 12:00:00