VbScript TimeSerial Function

Classic ASP VbScript TimeSerial function provides the functionality to combine the values of time parts and returns the formatted time value. TimeSerial function accepts 3 integer type parameters, first to specify the hours, 2nd to specify the minutes and 3rd to specify seconds.

Try the following sample to understand the functionality of VbScript TimeSerial function:

Enter Hours value:
Enter Minutes value:
Enter Seconds value:

Code Generated for ASP VbScript TimeSerial Function
OUTPUT:
3:16:25 AM
  • HIRE EzineASP.Net Developers