Result = Time ( Date/Time )
Returns the time part of a date/time value.
Date = Time ( Hours , Minutes , Seconds )
Makes a time from its components.
PRINT Time(Now)14:08:25
PRINT Time(14, 08, 25)14:08:25
Now, Date, WeekDay, Day, Month, Year, Hour, Minute, Second