Uses of Enum
org.apache.commons.lang3.time.DateUtils.ModifyType
Packages that use DateUtils.ModifyType
Package
Description
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.ModifyTypeModifier and TypeMethodDescriptionstatic DateUtils.ModifyType
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.ModifyTypeModifier and TypeMethodDescriptionprivate static Calendar
DateUtils.modify
(Calendar val, int field, DateUtils.ModifyType modType) Internal calculation method.