Declined
Last Updated: 12 May 2014 08:41 by ADMIN
ADMIN
Paul
Created on: 13 Jun 2013 10:33
Category: Scheduler/Reminder
Type: Bug Report
2
FIX. RadScheduler - GetOccurrenceStart method does not consider WeekDays option if set
If there is WeekDays option set in monthly recurrence rule and try to get the occurence start the method just adds the interval to the start day, rather than considering the WeekDays option.

CLOSED: Not an issue. The method is not intended to return real occurrence dates but rather dates that are potential occurrences and must be checked. The method is not correctly named but renaming it will result in a breaking change. The description of the method is updated. To achieve the desired functionality use OccurrenceEnumerator.
1 comment
ADMIN
Ivan Todorov
Posted on: 12 May 2014 08:41
CLOSED: Not an issue. The method is not intended to return real occurrence dates but rather dates that are potential occurrences and must be checked. The method is not correctly named but renaming it will result in a breaking change. The description of the method is updated. To achieve the desired functionality use OccurrenceEnumerator.