public final class HolidayHandlerType extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
BACKWARD
A backward handler will move the date backward if it falls on a non
 working day. 
 | 
static String | 
FORWARD
A Forward handler will move the date forward if it falls on a non working
 day. 
 | 
static String | 
FORWARD_UNLESS_MOVING_BACK
A handler that moves the date forward unless the increment is negative
 (eg moveByDays(-2)) in which case it behaves like a Backward handler. 
 | 
static String | 
MODIFIED_FOLLOWING
A modified following handler will move the date forward if it falls on a
 non working day BUT, if the new date falls into another month, it will
 revert to moving backward until it finds a working day. 
 | 
static String | 
MODIFIED_PRECEDING
A modified preceding handler will move the date backward if it falls on
 a non working day BUT, if the new date falls into another month, it will
 revert to moving forward until it finds a working day. 
 | 
public static final String FORWARD
public static final String BACKWARD
public static final String MODIFIED_FOLLOWING
public static final String MODIFIED_PRECEDING
public static final String FORWARD_UNLESS_MOVING_BACK
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.