Uses of Class
net.finmath.time.businessdaycalendar.BusinessdayCalendar.DateOffsetUnit
-
Packages that use BusinessdayCalendar.DateOffsetUnit Package Description net.finmath.time.businessdaycalendar Provides business day calendars, e.g., as used in date roll conventions. -
-
Uses of BusinessdayCalendar.DateOffsetUnit in net.finmath.time.businessdaycalendar
Methods in net.finmath.time.businessdaycalendar that return BusinessdayCalendar.DateOffsetUnit Modifier and Type Method Description static BusinessdayCalendar.DateOffsetUnitBusinessdayCalendar.DateOffsetUnit. getEnum(String string)Get the date offset unit enum for a string (using common synonyms like "d", "b", "bd", "w").static BusinessdayCalendar.DateOffsetUnitBusinessdayCalendar.DateOffsetUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessdayCalendar.DateOffsetUnit[]BusinessdayCalendar.DateOffsetUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-