MichaelMcFarlan
15 years agoContributor
Rather lost as to why aqDateTime.SetSystemDateTime isn't working
Up until recently I have been running tests that set the date to a specific date back in 2009, and then would set it back after the script was done. A few days ago the function I had been using for months just stopped working and I have no idea why. Basically aqDateTime.SetSystemDate just stopped working. Running this does absolutely nothing now:
var testSystemTime = aqDateTime.SetDateTimeElements(2009, 5, 14, 15, 49, 0);
aqDateTime.SetSystemDateTime(testSystemTime);
I'm the administrator on this computer so that isn't an issue. I have no idea what could be causing this. Any ideas?
var testSystemTime = aqDateTime.SetDateTimeElements(2009, 5, 14, 15, 49, 0);
aqDateTime.SetSystemDateTime(testSystemTime);
I'm the administrator on this computer so that isn't an issue. I have no idea what could be causing this. Any ideas?