time()
To return the current time.time(myTimeValue)
To convert a given time-related value to a time value. If the value is a number, it represents the Unix time in milliseconds. time(hour, minute)
To return a time value out of the given hour and minute numbers. time(hour, minute, second)
To return a time value out of the given hour, minute, and second numbers. timetime(hour, minute, second, millisecond)
To return a time value out of the given hour, minute, second and millisecond numbers.