Support Board
Date/Time: Tue, 04 Nov 2025 22:54:08 +0000
Post From: GetSecond() function returning only zero
| [2019-08-08 14:12:23] |
| Ernie Doo - Posts: 46 |
|
If I use in ACSIL the following example given by Sierra Chart in the section "Working with the SCDateTime Variables and Values" then the fuction is only returning zero continiously> int Second = sc.BaseDateTimeIn[sc.Index].GetSecond(); GetMinute works perfectly and if I use the following line the information returned contains the minute and it changes with every bar. int Minute = sc.BaseDateTimeIn[sc.Index].GetMinute(); Can you please explain me why is GetSecond not working? Thanks a lot. Ernesto |
