Support Board
Date/Time: Thu, 18 Dec 2025 14:50:47 +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. |
| |
