Quantcast
Channel: Task Scheduler Managed Wrapper
Viewing all articles
Browse latest Browse all 2206

Commented Unassigned: No way to set Synchronize Across Time Zones (Universal) for DailyTrigger tasks [12250]

$
0
0
We need to set the Synchronize Across Time Zones value to false so the task is not affected by DST changes. The option is mentioned as Universal in this documentation:

https://technet.microsoft.com/en-us/library/cc748841.aspx

The comments at the bottom discuss how it was renamed in the UI from Univeral to Synchronize Across Time Zones. Is this something that could be made available thru the C# API?

Great project - keep up the good work.
Comments: ** Comment from web user: mmiller678 **

This doesn't seem to be working.

new DailyTrigger(1) { StartBoundary = DateTime.SpecifyKind(DateTime.Today.AddHours(6), DateTimeKind.Utc), Enabled = true },
new DailyTrigger(1) { StartBoundary = DateTime.SpecifyKind(DateTime.Today.AddHours(10), DateTimeKind.Local), Enabled = true },

Both of these triggers have the Synchronize Across Time Zones checked. Is there something I am missing here? I would assume the 1st (UTC) would have it checked it while the 2nd would have it unchecked.


Viewing all articles
Browse latest Browse all 2206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>