Uses of Class
org.tentackle.common.Time
-
Packages that use Time Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Time in org.tentackle.common
Methods in org.tentackle.common that return Time Modifier and Type Method Description TimeTime. 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 TimeDateHelper. toTime(java.util.Calendar cal)Converts a Calendar into a org.tentackle.misc.Time.static TimeDateHelper. toTime(java.util.Date date)Converts a java.util.Date into a org.tentackle.misc.Time.
-