Easy Tutorial
❮ Func Oct Func Log ❯

VBScript TimeSerial Function



The TimeSerial function returns the time for a specific hour, minute, and second.

Syntax

Parameter Description
hour Required. A number between 0-23, or a numeric expression.
minute Required. A number between 0-59, or a numeric expression.
second Required. A number between 0-59, or a numeric expression.

Example

Example

The output of the above example:


❮ Func Oct Func Log ❯