Second
- get current bar's second

Date/Time
(AmiBroker 40)


SYNTAX Second()
RETURNS ARRAY
FUNCTION Retrieves current bar's second
EXAMPLE Hour()*10000 + Minute() * 100 + Second()
SEE ALSO Hour(), Minute(), TimeNum()

References:

The Second function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.