public class Fixed extends Base
Constructor and Description |
---|
Fixed(int iDay,
int iMonth,
Weekend wkend,
java.lang.String strDescription)
Construct the object from the day, month, weekend, and description
|
Modifier and Type | Method and Description |
---|---|
int |
dateInYear(int iYear,
boolean bAdjust)
Generate the full date specific to the input year
|
description, rollHoliday
public Fixed(int iDay, int iMonth, Weekend wkend, java.lang.String strDescription)
iDay
- DayiMonth
- Monthwkend
- Weekend ObjectstrDescription
- Descriptionpublic int dateInYear(int iYear, boolean bAdjust)
Base
dateInYear
in class Base
iYear
- Input YearbAdjust
- Whether adjustment is desired