Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Learning about the Planner.Net (Read 1847 times)
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Learning about the Planner.Net
Oct 8th, 2007 at 11:33am
Print Post  
OK I see there are tutorials and I am working through them but am getting a little down hearted that each new section I try to learn I come up against a brick wall.

It may be possible that I just do not understand where to look to get the required help so if someone can point me in the right direction using the recurrence as an example please?

In tutorial two I see how the setup works (vb.net) and have changed it to try and have the recurrence appear only on Monday thru Friday like so:

Code
Select All
rec.DaysOfWeek = DaysOfWeek.Monday or DaysOfWeek.Tuesday or DaysOfWeek.Wednesday or DaysOfWeek.Thursday or DaysOfWeek.Friday
 



but still saturday and sunday have the recurrence on them.  I tried using AND instead and got same result!

Have I completely lost the plot here??

Thnx
  
Back to top
 
IP Logged
 
elpuerco
Junior Member
**
Offline


Time?  What's time matta
to a pig?

Posts: 94
Joined: Oct 2nd, 2007
Re: Learning about the Planner.Net
Reply #1 - Oct 8th, 2007 at 1:37pm
Print Post  
sorted this one Smiley

Code
Select All
 rec.Pattern = RecurrencePattern.Daily
	  rec.DailyRecurrence = DailyRecurrence.EveryWorkday
 



painfully simple really!!

Wink
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint