Algosim documentation: time

time

Returns the current time, a specific time, converts a timestamp to a time structure, or extracts the time of a datetime

Syntax

Description

Examples

time()
hour: 21
minute: 1
second: 23
millisecond: 807
time(0.5)
hour: 12
minute: 0
second: 0
millisecond: 0
time(14, 30, 00)
hour: 14
minute: 30
second: 0
millisecond: 0
time(now())
hour: 21
minute: 1
second: 23
millisecond: 807

See also