|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DatePrecision | |
| org.chronicj | Defines the interfaces for fundamental types that can be used to build temporal applications. |
| Uses of DatePrecision in org.chronicj |
| Fields in org.chronicj declared as DatePrecision | |
static org.chronicj.DatePrecision |
DatePrecision.YEAR
|
static org.chronicj.DatePrecision |
DatePrecision.MONTH
|
static org.chronicj.DatePrecision |
DatePrecision.DATE
|
static org.chronicj.DatePrecision |
DatePrecision.HOUR_OF_DAY
|
static org.chronicj.DatePrecision |
DatePrecision.MINUTE
|
static org.chronicj.DatePrecision |
DatePrecision.SECOND
|
static org.chronicj.DatePrecision |
DatePrecision.MILLISECOND
|
| Methods in org.chronicj that return DatePrecision | |
org.chronicj.DatePrecision |
DateRange.getDatePrecision()
The DatePrecisionof this range. |
org.chronicj.DatePrecision |
TimePoint.getDatePrecision()
Getter method for DatePrecision field. |
| Methods in org.chronicj with parameters of type DatePrecision | |
boolean |
DatePrecision.greaterThan(org.chronicj.DatePrecision another)
|
boolean |
DatePrecision.lessThan(org.chronicj.DatePrecision another)
|
org.chronicj.TimePoint |
TimePoint.toPrecison(org.chronicj.DatePrecision precision)
Create a new TimePoint using this TimePoint
current value set to the supplied DatePrecision. |
| Constructors in org.chronicj with parameters of type DatePrecision | |
TimePoint(java.util.Date aDate,
org.chronicj.DatePrecision precision)
Creates a TimePoint using the specified DatePrecision. |
|
TimePoint(java.util.GregorianCalendar arg,
org.chronicj.DatePrecision precision)
Creates a TimePoint using specified DatePrecision. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||