The ASP Hour(), Minute(), and Second() functions are used to return the time in it's individual components.
13
| Hour, Minute, and Second Functions | Results |
| hour(Time()) | 13 |
| minute(Time()) | 50 |
| second(Time()) | 17 |
| hour(Now()) | 13 |
| minute(Now()) | 50 |
| second(Now()) | 17 |