public final class ListedTime extends Object implements Temporal
Modifier and Type | Field and Description |
---|---|
ZonedDateTime |
time |
Constructor and Description |
---|
ListedTime() |
ListedTime(ZonedDateTime atTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getLong(TemporalField field) |
int |
hashCode() |
boolean |
isSupported(TemporalField field) |
boolean |
isSupported(TemporalUnit unit) |
ListedTime |
plus(long amountToAdd,
TemporalUnit unit) |
long |
until(Temporal endExclusive,
TemporalUnit unit) |
ListedTime |
with(TemporalField field,
long newValue) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
get, query, range
public final ZonedDateTime time
public ListedTime()
public ListedTime(ZonedDateTime atTime)
public boolean isSupported(TemporalField field)
isSupported
in interface TemporalAccessor
public long getLong(TemporalField field)
getLong
in interface TemporalAccessor
public boolean isSupported(TemporalUnit unit)
isSupported
in interface Temporal
public ListedTime with(TemporalField field, long newValue)
public ListedTime plus(long amountToAdd, TemporalUnit unit)
public long until(Temporal endExclusive, TemporalUnit unit)
Copyright © 2019 Digipost. All rights reserved.