Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 00:22:23 +0000



Post From: It would be great to have few ACSIL improvements in the Replay management space

[2023-10-12 04:55:06]
j4ytr4der_ - Posts: 938
Whoops I was mistaken, a replay DID start but since it's set to pause at start, it looked like nothing happened.

So the code works, but there is a remaining problem. The supplied start date I'm feeding it, is not being inserted. Is there a trick required to send a datetime from a study input? This is my input:


    Input_One.Name = "Replay Start Date/Time";
    Input_One.SetDateTime(0);

And of course I've manually set it to my desired start date/time (this morning while I test this).