MilliSec
|
Date/Time |
SYNTAX | MilliSec() |
RETURNS | ARRAY |
FUNCTION | get bar's millisecond 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 , MicroSec()() function |
The MilliSec function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.