Uses of Class
org.apache.commons.lang3.time.DateUtils.ModifyType
-
Packages that use DateUtils.ModifyType Package Description org.apache.commons.lang3.time Provides classes and methods to work with dates and durations. -
-
Uses of DateUtils.ModifyType in org.apache.commons.lang3.time
Methods in org.apache.commons.lang3.time that return DateUtils.ModifyType Modifier and Type Method 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.Methods in org.apache.commons.lang3.time with parameters of type DateUtils.ModifyType Modifier and Type Method Description private static void
DateUtils. modify(java.util.Calendar val, int field, DateUtils.ModifyType modType)
Internal calculation method.
-