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

Returns the time part of a Date value.

Examples

PRINT Now; " -> "; Time(Now)
<hr>05/26/2002 14:08:25 -> 14:08:25

Time
Syntax
Date = Time ( Hours , Minutes , Seconds )

Makes a time from its components.

PRINT Time(14, 08, 25)
<hr>14:08:25

See also

Date & Time Functions