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, wait
getMicrosLocal, getMicrosUTC, getMillisLocal, getMillisUTC, print
public Instant.Type getType()
public Timestamp toTimestamp()
toTimestamp
in interface Instant
public long getZoneOffsetSecs()
getZoneOffsetSecs
in interface Instant
public long getZoneOffsetMicros()
getZoneOffsetMicros
in interface Instant
public long getZoneOffsetMillis()
getZoneOffsetMillis
in interface Instant
public Instant disambiguate(TimeZone zone)
disambiguate
in interface Instant
Copyright © 2013–2017 impossibl.com. All rights reserved.