public final class SqlTimestampWithTimeZone extends Object
| 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 SqlTimestampWithTimeZone(long timestampWithTimeZone)
public SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey)
public SqlTimestampWithTimeZone(long millisUtc,
TimeZone timeZone)
public long getMillisUtc()
public TimeZoneKey getTimeZoneKey()
Copyright © 2012-2014. All Rights Reserved.