Support Board
Date/Time: Thu, 06 Nov 2025 10:45:39 +0000
Post From: How to set sc.ChartDataStartDate and sc.ChartDataEndDate with ACSIL
| [2024-10-28 17:35:09] |
| User431178 - Posts: 805 |
|
Did you already try getting date part of datetime variable? auto dt = SCDateTime(2024,1,1,0,0,0); sc.ChartDataStartDate = dt.GetDate(); |
