MicroSec
- get bar's microsecond part of the timestamp

Date/Time


SYNTAX MicroSec()
RETURNS ARRAY
FUNCTION get bar's microsecond part of the timestamp (0..999)

The function will return zero if data source does not support sub-second resolution

EXAMPLE Title = StrFormat("Timestamp is = %02.0f:%02.0f:%02.0f.%03.0f%03.0f", Hour(), Minute(), Second(), MilliSec(), MicroSec() );
SEE ALSO HOUR() function , MINUTE() function , SECOND() function , MilliSec() function

References:

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

More information:

See updated/extended version on-line.