Uses of Class
org.apache.pivot.util.Time
-
Packages that use Time Package Description org.apache.pivot.util Contains a collection of common utility classes. -
-
Uses of Time in org.apache.pivot.util
Fields in org.apache.pivot.util declared as Time Modifier and Type Field Description TimeTime.Range. endstatic TimeCalendarDate. MIDNIGHT_TIMEThe midnight time of dayTime(0,0,0).TimeTime.Range. startMethods in org.apache.pivot.util that return Time Modifier and Type Method Description TimeTime. add(int milliseconds)Adds the specified milliseconds of days to this time and returns the resulting time.static TimeTime. decode(java.lang.String value)Creates a new time representing the specified time string.Methods in org.apache.pivot.util with parameters of type Time Modifier and Type Method Description intTime. compareTo(Time time)booleanTime.Range. contains(Time time)intTime. subtract(Time time)Gets the number of milliseconds in between this time and the specified time.java.util.GregorianCalendarCalendarDate. toCalendar(Time time)Translates this calendar date along with the given time of day to an instance ofGregorianCalendar, with theyear,month, anddayOfMonthfields set in the time zone set at construction with the default locale.java.time.LocalDateTimeCalendarDate. toLocalDateTime(Time time)Constructors in org.apache.pivot.util with parameters of type Time Constructor Description Range(Time time)Range(Time start, Time end)
-