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: