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