11-26-05 01:49 AM
Yes you are right, you can return a System.Datetime.
The only problem with your example, it will only work once. It will fire on
at 4:25pm on the 14 November 2005 and never again.
Check out my scheduled task adapter at
http://www.gotdotnet.com/Community/...C9-84BF4E783728
It has a Calendar.Schedule assembly, with objects that can be used within
Delay shapes - see the docs
You set the Delay shape for 4:25pm every Monday or even the 2nd Monday of
November at 4:25pm
Greg
"pez" <pez@discussions.microsoft.com> wrote in message
news:C403865C-6B41-4C60-A700-F65FDF8A2D60@microsoft.com...[vbcol=seagreen]
> Sorry for double posting... Think I might need to explain some more. I
> have
> an orchestration where I need to be able to schedule certain events. I
> thought I should be able to use for example "new
> System.DateTime(2005,11,14,16,25,0);" and then Biztalk would wait until
> that
> date was reached. Am I wrong?
>
> Thanks
>
> "pez" wrote:
>
[ Post a follow-up to this message ]
|