Uses of Class
org.tentackle.common.Timestamp
-
Packages that use Timestamp Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Timestamp in org.tentackle.common
Fields in org.tentackle.common declared as Timestamp Modifier and Type Field Description static TimestampDateHelper. MIN_TIMESTAMPepochal timestamp zero: 1.1.1970 00:00:00.000 UTCMethods in org.tentackle.common that return Timestamp Modifier and Type Method Description TimestampTimestamp. clone()static TimestampTimestamp. createFrozen(long epoch, int nanos)Creates a frozen timestamp.static TimestampDateHelper. now()Gets the current system time.static TimestampDateHelper. now(long offsetMillis)Gets the current system time plus an optional offset.static TimestampDateHelper. toTimestamp(java.util.Calendar cal)Converts a Calendar into a org.tentackle.misc.Timestamp.static TimestampDateHelper. toTimestamp(java.util.Date date)Converts a java.util.Date into a org.tentackle.misc.Timestamp.Methods in org.tentackle.common with parameters of type Timestamp Modifier and Type Method Description static voidTimestamp. setUTC(Timestamp timestamp, boolean utc)Sets the UTC flag null-safe.
Method provided to reduce generated code.
-