Time functions
Time functions calculate times and manipulate time information.
| 
                                                         Function  | 
                                                    
                                                         Purpose  | 
                                                
| 
                                                         Returns a number representing the hour portion (0 to 23) of a specified time.  | 
                                                |
| 
                                                         Returns a number representing the minute portion (0 to 59) of a specified time.  | 
                                                |
| 
                                                         Returns a number representing the seconds portion (0 to 59) of a specified time.  | 
                                                |
| 
                                                         Returns a time result with the specified number of hours, minutes, and seconds.  | 
                                                
Notes
- You can also use the Timestamp function for time information.