Login Page - Create Account

Support Board


Date/Time: Sun, 12 May 2024 00:57:09 +0000



Post From: MySCDateTime.GetDayOfWeek() ERROR

[2018-11-02 19:24:54]
User114959 - Posts: 10
Hello,

The information and example you sent got me thinking.

So I changed the line of code

  SCDateTime MySCDateTime;

To

  SCDateTime MySCDateTime = sc.BaseDateTimeIn[sc.Index];


The logic is now returning the correct day of the week.

Issue resolved.

Thank you for your quick responses and assistance.