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, rollHolidaypublic Fixed(int iDay,
int iMonth,
Weekend wkend,
java.lang.String strDescription)
iDay - DayiMonth - Monthwkend - Weekend ObjectstrDescription - Descriptionpublic int dateInYear(int iYear,
boolean bAdjust)
BasedateInYear in class BaseiYear - Input YearbAdjust - Whether adjustment is desired