Home > lang > time 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Time
Syntax
Result = Time ( Date AS Date ) AS Date

Returns the time part of a Date value.

Examples

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

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

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

Makes a time from its components.

PRINT Time(14, 08, 25)

14:08:25

See also

Date & Time Functions