public final class SqlTimestampWithTimeZone extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_FORMAT |
| Constructor and Description |
|---|
SqlTimestampWithTimeZone(long timestampWithTimeZone) |
SqlTimestampWithTimeZone(long millisUtc,
TimeZone timeZone) |
SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getMillisUtc() |
TimeZoneKey |
getTimeZoneKey() |
int |
hashCode() |
String |
toString() |
public static final String JSON_FORMAT
public SqlTimestampWithTimeZone(long timestampWithTimeZone)
public SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey)
public SqlTimestampWithTimeZone(long millisUtc,
TimeZone timeZone)
public long getMillisUtc()
public TimeZoneKey getTimeZoneKey()
Copyright © 2012–2022. All rights reserved.