Support Board
Date/Time: Fri, 31 Oct 2025 18:41:59 +0000
Post From: MySCDateTime.GetDayOfWeek() ERROR
| [2018-11-01 21:12:26] | 
| User114959 - Posts: 10 | 
| Hello, I made a quick change to the code to display the numeric value of the day being pulled from the system. Just for testing this issue... Shown below: if (MySCDateTime.GetDayOfWeek() == THURSDAY) { DayOfWeek = 4.00; } if (MySCDateTime.GetDayOfWeek() == FRIDAY) { DayOfWeek = 5.00; { if (MySCDateTime.GetDayOfWeek() == SATURDAY) { DayOfWeek = 6.00; } if (MySCDateTime.GetDayOfWeek() == SUNDAY) { DayOfWeek = 7.00; } The value on the chart is: 6.00 So the day being pulled is Saturday. See attached screen shot of my Chart. | 
|  2018-11-01_14-07-36.png / V - Attached On 2018-11-01 21:10:47 UTC - Size: 8.14 KB - 308 views | 
