can i just ask - to be sure - these examples are assuming we're setting the triggers at midnight so
// Create a trigger to fire at 8pm local time each day. Trigger trigger3 = PeriodicTrigger.CreateDailyTrigger(DateTime.Now.Date.ToUniversalTime().AddHours(20)); runs 20 hours from midnight right? I've just created over 4000 APNS notification triggers to run this weekend using this method in quartz and want to be sure they all go off at the right time!!! w:// On Mon, Jun 21, 2010 at 11:29 PM, John Simons <[email protected]>wrote: > Trigger trigger1 = > PeriodicTrigger.CreateDailyTrigger(DateTime.Now.Date.ToUniversalTime().AddHours(4)); -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
