time

Syntax

time(X)

Arguments

X is a temporal scalar/vector.

Details

Return the corresponding time(s) with millisecond precision. The data type of the result is TIME.

Examples

time();
// output
00t

time("12:32:56.356");
// output
12:32:56.356

time(now());
// output
20:49:12.564