public interface ITimePosition extends ITime, Comparable<ITimePosition>, Comparator<ITimePosition>
Modifier and Type | Method and Description |
---|---|
boolean |
after(ITimePosition timePos) |
boolean |
before(ITimePosition timePos) |
Calendar |
getCalendar() |
int |
getDay() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
float |
getSecond() |
String |
getTimezone() |
long |
getYear() |
toISO8601Format, toString
compareTo
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
long getYear()
int getMonth()
int getDay()
int getHour()
int getMinute()
float getSecond()
String getTimezone()
boolean before(ITimePosition timePos)
timePos
- the timeposition to check againstboolean after(ITimePosition timePos)
timePos
- the timeposition to check againstCopyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.