Uses of Class
org.drip.analytics.eventday.Weekend
Package | Description |
---|---|
org.drip.analytics.eventday |
Fixed/Variable Custom Holiday Creation
|
-
Uses of Weekend in org.drip.analytics.eventday
Methods in org.drip.analytics.eventday that return Weekend Modifier and Type Method Description static Weekend
Weekend. StandardWeekend()
Create a Weekend Instance with SATURDAY and SUNDAYWeekend
Locale. weekendDays()
Return the weekendMethods in org.drip.analytics.eventday with parameters of type Weekend Modifier and Type Method Description static int
Base. rollHoliday(int iDate, boolean bBalkOnYearShift, Weekend wkend)
Roll the date to a non-holiday according to the rule specifiedConstructors in org.drip.analytics.eventday with parameters of type Weekend Constructor Description Fixed(int iDay, int iMonth, Weekend wkend, java.lang.String strDescription)
Construct the object from the day, month, weekend, and descriptionVariable(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