Uses of Class
com.logicaldoc.util.time.TimeDiff.TimeField
-
Packages that use TimeDiff.TimeField Package Description com.logicaldoc.util.time Utility classes time calculations -
-
Uses of TimeDiff.TimeField in com.logicaldoc.util.time
Methods in com.logicaldoc.util.time that return TimeDiff.TimeField Modifier and Type Method Description static TimeDiff.TimeField
TimeDiff.TimeField. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeDiff.TimeField[]
TimeDiff.TimeField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.logicaldoc.util.time with parameters of type TimeDiff.TimeField Modifier and Type Method Description static long
TimeDiff. getTimeDifference(Date d1, Date d2, TimeDiff.TimeField field)
Calculate the absolute difference between two Date without regard for time offsets
-