Hi,
To get time of task from Windows Task Scheduler of Europe server, i am doing Remote Desktop Connection and I can see Next Run Time as per Europe timining.
But When I am running above code from my US Server and tring to get Next Run Time (of task from Windows Task Scheduler of Europe server) using below code I am getting, Next Run Time converted into EST timing.
TaskScheduler.Task task;
//some code here to initilize task object.
task.NextRunTime.ToString();
Would that help you to troubleshoot? Let me know for more information.
To get time of task from Windows Task Scheduler of Europe server, i am doing Remote Desktop Connection and I can see Next Run Time as per Europe timining.
But When I am running above code from my US Server and tring to get Next Run Time (of task from Windows Task Scheduler of Europe server) using below code I am getting, Next Run Time converted into EST timing.
TaskScheduler.Task task;
//some code here to initilize task object.
task.NextRunTime.ToString();
Would that help you to troubleshoot? Let me know for more information.