Uses of Class
org.tentackle.common.Time
-
Uses of Time in org.tentackle.common
Methods in org.tentackle.common that return TimeModifier and TypeMethodDescriptionTime.clone()static TimeTime.createFrozen(long epoch) Creates a frozen time.static TimeDateHelper.daytime()Gets the current time.static TimeDateHelper.daytime(int secondOffset, int minuteOffset, int hourOffset) Gets the current time with an offset.static TimeConverts a Calendar into a org.tentackle.misc.Time.static TimeConverts a java.util.Date into a org.tentackle.misc.Time.static TimeConverts a string into a time.Methods in org.tentackle.common with parameters of type TimeModifier and TypeMethodDescriptionstatic CalendarDateHelper.toCalendar(Time time) Creates a calendar for the given time.
The calendar is created using the thread-local locale, if set, else the default locale.