Uses of Class
org.tentackle.common.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
Modifier 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.Modifier 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
Modifier 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