public interface Instant
Modifier and Type | Interface and Description |
---|---|
static class |
Instant.Type |
Modifier and Type | Method and Description |
---|---|
Instant |
add(int field,
int value) |
Instant |
ambiguate() |
Instant |
disambiguate(TimeZone zone) |
long |
getMicrosLocal() |
long |
getMicrosUTC() |
long |
getMillisLocal() |
long |
getMillisUTC() |
Instant.Type |
getType() |
TimeZone |
getZone() |
long |
getZoneOffsetMicros() |
long |
getZoneOffsetMillis() |
long |
getZoneOffsetSecs() |
String |
print(Context context) |
Instant |
subtract(int field,
int value) |
Instant |
switchTo(TimeZone zone) |
Date |
toDate() |
Time |
toTime() |
Timestamp |
toTimestamp() |
Instant.Type getType()
long getMillisLocal()
long getMicrosLocal()
long getMillisUTC()
long getMicrosUTC()
TimeZone getZone()
long getZoneOffsetSecs()
long getZoneOffsetMicros()
long getZoneOffsetMillis()
Instant ambiguate()
Date toDate()
Time toTime()
Timestamp toTimestamp()
Instant add(int field, int value)
Instant subtract(int field, int value)
Copyright © 2013–2017 impossibl.com. All rights reserved.