Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 16:24:46 +0000



Post From: ACSIL Setting default Time Settings and Inputs

[2025-05-30 08:30:31]
User431178 - Posts: 711
See here: ACSIL Interface Members - sc.Input Array: sc.Input[].SetTime()

Using HMS_TIME


sc.Input[0].SetTime(HMS_TIME(9, 30, 0));

Using an SCDateTime temporary


sc.Input[0].SetTime(SCDateTime(9, 30, 0, 0).GetTime());