public abstract class InfiniteInstant extends Object implements Instant
Instant.Type| Constructor and Description |
|---|
InfiniteInstant() |
| Modifier and Type | Method and Description |
|---|---|
Instant |
add(int field,
int value) |
Instant |
ambiguate() |
Instant |
disambiguate(TimeZone zone) |
Instant.Type |
getType() |
TimeZone |
getZone() |
long |
getZoneOffsetMicros() |
long |
getZoneOffsetMillis() |
long |
getZoneOffsetSecs() |
Instant |
subtract(int field,
int value) |
Instant |
switchTo(TimeZone zone) |
Date |
toDate() |
Time |
toTime() |
Timestamp |
toTimestamp() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMicrosLocal, getMicrosUTC, getMillisLocal, getMillisUTC, printpublic Instant.Type getType()
public Timestamp toTimestamp()
toTimestamp in interface Instantpublic long getZoneOffsetSecs()
getZoneOffsetSecs in interface Instantpublic long getZoneOffsetMicros()
getZoneOffsetMicros in interface Instantpublic long getZoneOffsetMillis()
getZoneOffsetMillis in interface Instantpublic Instant disambiguate(TimeZone zone)
disambiguate in interface InstantCopyright © 2013–2017 impossibl.com. All rights reserved.