Package | Description |
---|---|
org.apache.commons.lang3.time |
Provides classes and methods to work with dates and durations.
|
Modifier and Type | Method and Description |
---|---|
static DateUtils.ModifyType |
DateUtils.ModifyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateUtils.ModifyType[] |
DateUtils.ModifyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
DateUtils.modify(java.util.Calendar val,
int field,
DateUtils.ModifyType modType)
Internal calculation method.
|