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, rollHolidaypublic 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)
BasedateInYear in class BaseiYear - Input YearbAdjustForWeekend - Whether adjustment is desired