public final class SqlTimeWithTimeZone extends Object
| Constructor and Description |
|---|
SqlTimeWithTimeZone(long timeWithTimeZone) |
SqlTimeWithTimeZone(long millisUtc,
TimeZone timeZone) |
SqlTimeWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getMillisUtc() |
TimeZoneKey |
getTimeZoneKey() |
int |
hashCode() |
String |
toString() |
public SqlTimeWithTimeZone(long timeWithTimeZone)
public SqlTimeWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey)
public SqlTimeWithTimeZone(long millisUtc,
TimeZone timeZone)
public long getMillisUtc()
public TimeZoneKey getTimeZoneKey()
Copyright © 2012-2014. All Rights Reserved.