Easy Tutorial
❮ Vbscript Tutorial Func Getlocale ❯

VBScript TimeValue Function



The TimeValue function returns a Variant of subtype Date containing a time.

Syntax

Parameter Description
time Required. A time between 0:00:00 (12:00:00 A.M.) - 23:59:59 (11:59:59 P.M.), or any expression representing a time within this range.

Example

Example

The above example output:


❮ Vbscript Tutorial Func Getlocale ❯