A bug in DailyCalendar

4 views
Skip to first unread message

Grafit

unread,
Jul 20, 2007, 7:09:27 AM7/20/07
to Quartz.NET
DailyCalendar incorrectly determines end of its timerange,
method GetTimeRangeEndingTime should be as follows

public DateTime GetTimeRangeEndingTime(DateTime time)
{
DateTime rangeEndingTime =
new DateTime(time.Year, time.Month, time.Day,
rangeEndingHourOfDay, rangeEndingMinute,
rangeEndingSecond, rangeEndingMillis);
return rangeEndingTime;
}

Marko Lahma

unread,
Jul 23, 2007, 8:14:36 AM7/23/07
to quar...@googlegroups.com
Reproduced and fixed. Now in trunk and will be part of the next release.

Thanks,

-Marko

Reply all
Reply to author
Forward
0 new messages