Schedule service every-other-Sunday

Hi,

I’m looking for a method to schedule my Wm service to run on every-other-Sunday, e.g.: Sun 6/13/10, Sun 6/27/2010. Has anyone done anything like this before? Please help. Thank you.

VanLoc

A simple interval task may work. Set the start date and time to be the first future Sunday you want it to run. Then set the interval to be the number of seconds that are in 2 weeks.

But I’m not sure if this will always stay on Sunday when the IS bounces and such.

Based on your suggestion, I can also make my service to submit itself to run two weeks from the Sunday of the first run, using dateincrement.

Good idea!