Changing run time of already scheduled tasks in windows task scheduler
问题 I have problem with modifying tasks which already exists on machine. I'm trying to do this with generated interop interfaces from C# (Interop.TaskScheduler.dll generated from system32/taskschd.dll). To start with, I can't use other libraries like http://taskscheduler.codeplex.com/ . Already tested and it works with library mentioned before. Now when I try do same with generated interfaces nothing changes. Basically what I'm doing: string STR_DateTimeFormat = "yyyy-MM-dd HH:mm:ss"; string