Minute
- get current bar's minute

Date/Time
(AmiBroker 40)


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

References:

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

More information:

See updated/extended version on-line.