Home / lang / time 
Time
Syntax
Result = Time ( Date )

Returns the time part of a Date value.

Example
PRINT Now; " -> "; Time(Now)

05/26/2002 14:08:25 -> 14:08:25

Syntax
Date = Time ( Hours , Minutes , Seconds )

Makes a time from its components.

Example
PRINT Time(14, 08, 25)

14:08:25


See also
Date & Time Functions