Login Page - Create Account

Support Board


Date/Time: Fri, 04 Jul 2025 22:17:03 +0000



Post From: ACSIL sc.Input[].SetTimeAsSCDateTime()

[2020-08-11 09:20:36]
User907968 - Posts: 840
Not SC Support, but...

The return type for sc.Input[].SetTimeAsSCDateTime() is SCInputRef, not TimeValue or SCDateTime. (ACSIL Interface Members - sc.Input Array: sc.Input[].SetTimeAsSCDateTime())

Which actual function is returning 60?

I have studies using the sc.Input[].SetTimeAsSCDateTime() function, these were compiled using v2107 headers and they work as expected.

When input is 00:01:00 -
sc.Input[].GetTime() returns 60 (int TimeValue)
&
sc.Input[].GetDateTime() returns 0.000694 (SCDateTime)