History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-80
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Simon Fischer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

MonthlyCalendar.isTimeIncluded returns wrong value

Created: 11/Oct/04 04:03 AM   Updated: 23/Nov/04 11:40 AM
Component/s: Core
Affects Version/s: 1.4.1, 1.4.2
Fix Version/s: 1.4.3


 Description  « Hide
MonthlyCalendar uses a boolean array where the first element is [0] and the last [30]. isTimeIncluded get the DAY_OF_MONTH value from a java.util.Calendar, where the first day of the month is 1 (not 0 !!!). Then it is checked, if the excludeDays array at the days position is true or false.

int day = cl.get(java.util.Calendar.DAY_OF_MONTH);
excludeDays[day]



 All   Comments   Change History      Sort Order:
James House - [23/Nov/04 11:40 AM ]
fixed.