Uses of Class
com.erudika.para.core.utils.HumanTime
Packages that use HumanTime
-
Uses of HumanTime in com.erudika.para.core.utils
Methods in com.erudika.para.core.utils that return HumanTimeModifier and TypeMethodDescriptionHumanTime.d()Adds one day to the time delta.HumanTime.d(int n) Adds n days to the time delta.static HumanTimeHumanTime.eval(CharSequence s) Parses aCharSequenceargument and returns aHumanTimeinstance.static HumanTimeUtils.getHumanTime()HumanTime - a relative time formatter.HumanTime.h()Adds one hour to the time delta.HumanTime.h(int n) Adds n hours to the time delta.HumanTime.m()Adds one month to the time delta.HumanTime.m(int n) Adds n months to the time delta.HumanTime.ms()Adds one millisecond to the time delta.HumanTime.ms(int n) Adds n milliseconds to the time delta.HumanTime.s()Adds one second to the time delta.HumanTime.s(int n) Adds n seconds to the time delta.HumanTime.y()Adds one year to the time delta.HumanTime.y(int n) Adds n years to the time delta.Methods in com.erudika.para.core.utils with parameters of type HumanTime