the 2 cases I need a sample of how to do from code behind.
examples
1) every 2nd wed of month
2) every 17th of month
MonthlyRecurrenceRule(dayOfMonth as integer, interval as integer, range as ...)
MonthlyRecurrenceRule(dayOrdinal as integer, daysOfWeekMask as RecurrenceDay, interval as integer, range as ...)
range I already have and just need the other values to set
examples
1) every 2nd wed of month
2) every 17th of month
MonthlyRecurrenceRule(dayOfMonth as integer, interval as integer, range as ...)
MonthlyRecurrenceRule(dayOrdinal as integer, daysOfWeekMask as RecurrenceDay, interval as integer, range as ...)
range I already have and just need the other values to set