Support Board
Date/Time: Mon, 25 Nov 2024 05:04:06 +0000
Post From: Version 2151 Available: Foundation For Millisecond/Microsecond Timestamping
[2020-08-27 22:34:31] |
User806682 - Posts: 14 |
Hello - I use to have this working before the recent upgrade for a custom chart I've created. The method `GetMillisecond` on the IntradayRecord is returning 0 every time. This is inside the `sc.fp_ACSCustomChartBarFunction` function. Could you tell me what I'm doing wrong here. const s_IntradayRecord record = ChartBarInterface.NewFileRecord; const SCDateTimeMS date = record.DateTime; date.GetMillisecond(); // This now returns 0 every time Thanks for the help. |