public final class SqlTimestampWithTimeZone extends Object
| Constructor and Description |
|---|
SqlTimestampWithTimeZone(long timestampWithTimeZone) |
SqlTimestampWithTimeZone(long millisUtc,
TimeZone timeZone) |
SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
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.