Package | Description |
---|---|
org.drip.analytics.eventday |
Modifier and Type | Method and Description |
---|---|
static Weekend |
Weekend.StandardWeekend()
Create a Weekend Instance with SATURDAY and SUNDAY
|
Weekend |
Locale.weekendDays()
Return the weekend
|
Modifier and Type | Method and Description |
---|---|
static int |
Base.rollHoliday(int iDate,
boolean bBalkOnYearShift,
Weekend wkend)
Roll the date to a non-holiday according to the rule specified
|
Constructor and Description |
---|
Fixed(int iDay,
int iMonth,
Weekend wkend,
java.lang.String strDescription)
Construct the object from the day, month, weekend, 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
|