public abstract class InstantBase extends Object implements Instant
Instant.Type
Modifier | Constructor and Description |
---|---|
protected |
InstantBase(Instant.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Instant.Type |
getType() |
int |
hashCode() |
String |
print(Context context) |
Date |
toDate() |
String |
toString() |
Time |
toTime() |
Timestamp |
toTimestamp() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, ambiguate, disambiguate, getMicrosLocal, getMicrosUTC, getMillisLocal, getMillisUTC, getZone, getZoneOffsetMicros, getZoneOffsetMillis, getZoneOffsetSecs, subtract, switchTo
protected InstantBase(Instant.Type type)
public Instant.Type getType()
public Timestamp toTimestamp()
toTimestamp
in interface Instant
Copyright © 2013–2017 impossibl.com. All rights reserved.