public class Variable extends Base
Constructor and Description |
---|
Variable(int iWeekInMonth,
int iWeekDay,
int iMonth,
boolean bFromFront,
Weekend wkend,
java.lang.String strDescription)
Construct the object from the week, day, month, from front/back, week end, and description
|
Modifier and Type | Method and Description |
---|---|
int |
dateInYear(int iYear,
boolean bAdjustForWeekend)
Generate the full date specific to the input year
|
description, rollHoliday
public Variable(int iWeekInMonth, int iWeekDay, int iMonth, boolean bFromFront, Weekend wkend, java.lang.String strDescription)
iWeekInMonth
- Week of the MonthiWeekDay
- Day of the WeekiMonth
- MonthbFromFront
- From Front (true), Back (false)wkend
- WeekendstrDescription
- Descriptionpublic int dateInYear(int iYear, boolean bAdjustForWeekend)
Base
dateInYear
in class Base
iYear
- Input YearbAdjustForWeekend
- Whether adjustment is desired