public final class ListedTime extends Object implements org.joda.time.ReadableInstant
Modifier and Type | Field and Description |
---|---|
org.joda.time.DateTime |
time |
Constructor and Description |
---|
ListedTime(org.joda.time.DateTime atTime) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(org.joda.time.ReadableInstant o) |
boolean |
equals(Object obj) |
int |
get(org.joda.time.DateTimeFieldType type) |
org.joda.time.Chronology |
getChronology() |
long |
getMillis() |
org.joda.time.DateTimeZone |
getZone() |
int |
hashCode() |
boolean |
isAfter(org.joda.time.ReadableInstant instant) |
boolean |
isBefore(org.joda.time.ReadableInstant instant) |
boolean |
isEqual(org.joda.time.ReadableInstant instant) |
boolean |
isSupported(org.joda.time.DateTimeFieldType field) |
org.joda.time.Instant |
toInstant() |
public final boolean equals(Object obj)
public final int hashCode()
public int compareTo(org.joda.time.ReadableInstant o)
compareTo
in interface Comparable<org.joda.time.ReadableInstant>
public long getMillis()
getMillis
in interface org.joda.time.ReadableInstant
public org.joda.time.Chronology getChronology()
getChronology
in interface org.joda.time.ReadableInstant
public org.joda.time.DateTimeZone getZone()
getZone
in interface org.joda.time.ReadableInstant
public int get(org.joda.time.DateTimeFieldType type)
get
in interface org.joda.time.ReadableInstant
public boolean isSupported(org.joda.time.DateTimeFieldType field)
isSupported
in interface org.joda.time.ReadableInstant
public org.joda.time.Instant toInstant()
toInstant
in interface org.joda.time.ReadableInstant
public boolean isEqual(org.joda.time.ReadableInstant instant)
isEqual
in interface org.joda.time.ReadableInstant
public boolean isAfter(org.joda.time.ReadableInstant instant)
isAfter
in interface org.joda.time.ReadableInstant
public boolean isBefore(org.joda.time.ReadableInstant instant)
isBefore
in interface org.joda.time.ReadableInstant
Copyright © 2016 Digipost Open Source. All rights reserved.