Uses of Class
org.tentackle.common.Time
-
-
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(Calendar cal)Converts a Calendar into a org.tentackle.misc.Time.static TimeDateHelper. toTime(Date date)Converts a java.util.Date into a org.tentackle.misc.Time.
-