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.
  • Uses of Time in org.tentackle.common

    Methods in org.tentackle.common that return Time
    Modifier and Type
    Method
    Description
    Time.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
    DateHelper.toTime(Calendar cal)
    Converts a Calendar into a org.tentackle.misc.Time.
    static Time
    DateHelper.toTime(Date date)
    Converts a java.util.Date into a org.tentackle.misc.Time.
    static Time
    Time.valueOf(String str)
    Converts a string into a time.
    Methods in org.tentackle.common with parameters of type Time
    Modifier and Type
    Method
    Description
    static 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 Time
    Modifier and Type
    Method
    Description
    ResultSetWrapper.getTime()
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
    ResultSetWrapper.getTime(int pos)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
    ResultSetWrapper.getTime(int pos, Calendar timezone)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
    ResultSetWrapper.getTime(String name)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
    ResultSetWrapper.getTime(String name, Calendar timezone)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
    ResultSetWrapper.getTime(Calendar timezone)
    Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time in the Java programming language.
  • Uses of Time in org.tentackle.misc

    Methods in org.tentackle.misc that return Time
    Modifier and Type
    Method
    Description
    static Time
    FormatHelper.parseShortTime(String str)
    Parses a short time.
    static Time
    FormatHelper.parseTime(String str)
    Parses a time.