Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
xamSchedule Monthly Recurrent Activities
posted

I have been following the documentation from http://help.infragistics.com/Help/Doc/WPF/2015.1/CLR4.0/html/xamSchedule_Using_Activities_Recurrent.html#Example_CS on how to create recurrent activities.

I haven't found any examples on how to create custom monthly activities.

Say for example I have these parameters:

Parameter 1: First, Second, Third, Forth, Last

Parameter 2: day, weekday, weekday day, Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday

How would I create a recurrence for:

  • First day of every month

or

  • Third Friday of every month

or

  • Last Weekday of every month

TIA