Time

The Time Data Type is used to represent the time of day. A Time consists of an
hour, minute, second, and millisecond, all of which begin at zero. The hour can
range from 0 to 23, the minute and second can range from 0 to 59, and
millisecond can range from 0 to 999.

 

Times can be constructed using the TIME function which takes the hour, the
minute, the second, and optionally the millisecond, for example, to create a
Time representing exactly noon.