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 Time
Time.createFrozen
(long epoch) Creates a frozen time.static Time
DateHelper.daytime()
Gets the current time.static Time
DateHelper.daytime
(int secondOffset, int minuteOffset, int hourOffset) Gets the current time with an offset.static Time
Converts a Calendar into a org.tentackle.misc.Time.static Time
Converts a java.util.Date into a org.tentackle.misc.Time.static Time
Converts a string into a time.Methods in org.tentackle.common with parameters of type TimeModifier and TypeMethodDescriptionstatic Calendar
DateHelper.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 thisResultSet
object as ajava.sql.Time
in the Java programming language.ResultSetWrapper.getTime
(int pos) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.Time
in the Java programming language. -
Uses of Time in org.tentackle.misc
Methods in org.tentackle.misc that return Time