Uses of Class
org.tentackle.common.Time
Packages that use Time
Package
Description
Common classes for build- and runtime.
Low-level persistence layer implementation.
Miscellaneous stuff.
Everything that doesn't fit elsewhere.
Everything that doesn't fit elsewhere.
-
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. -
Uses of Time in org.tentackle.dbms
Methods in org.tentackle.dbms that return TimeModifier and TypeMethodDescriptionResultSetWrapper.getTime()Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language.ResultSetWrapper.getTime(int pos) Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.Timein the Java programming language. -
Uses of Time in org.tentackle.misc
Methods in org.tentackle.misc that return Time