Completed
Last Updated: 23 Feb 2013 02:36 by Jesse Dyck
ADMIN
Ivan Petrov
Created on: 11 Feb 2013 06:44
Category: Scheduler/Reminder
Type: Bug Report
2
FIX. RadReminder - Incorrect DueIn time is shown when StartNotification property is grater then 1 hour.
Steps to reproduce:
1. Add a RadReminder component to a form
2. Set the StartNotificaton property to a TimeSpan of one hour and several minutes
3. Add a remind object to the reminder in a way that the time between now and the beginning of the appointment would be in the time interval between now and the now plus the reminder start notofication.
(e.g. this.radReminder1.StartNotification = new TimeSpan(1, 30, 0);
DateTime now = DateTime.Now;
this.radReminder1.AddRemindObject(new Appointment(now.AddMinutes(70), now.AddMinutes(90), "text"));

Start the project and show the reminder. You will see that the "Due in" time would not be correct.
1 comment
Jesse Dyck
Posted on: 23 Feb 2013 02:36
fixed in 2013.1 220 (Feb 20, 2013)