|
From: Chris K. <chr...@ya...> - 2008-09-12 16:10:48
|
Hi,
in the Schedule class, if you have endOfMonth=true, and you start from an end-of-month, then the convention is set (silently) to Preceding internally. This happens with both Forward and Backward date generation (around lines 156 and 200), via:
if (endOfMonth && calendar.isEndOfMonth(seed))
convention=Preceding;
This seems like an error - what if you want the convention you specified? What is the reason for this?
Best regards,
Chris Kenyon
|