thank .... for that!! :) On Tue, Jun 22, 2010 at 9:14 AM, John Simons <[email protected]>wrote:
> Yes that is correct Wayne. > > Cheers > John > > ------------------------------ > *From:* Wayne Douglas <[email protected]> > *To:* [email protected] > *Sent:* Tue, 22 June, 2010 5:58:18 PM > *Subject:* Re: Castle Scheduler help > > 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]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > > > -- > 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]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > -- 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.
