|
Joda Time API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.joda.time.Chronology
|
+--org.joda.time.chrono.DelegateChronology
DelegateChronology delegates each method call to the
chronology it wraps.
| Constructor Summary | |
protected |
DelegateChronology(Chronology chrono)
Create a DelegateChronology for any chronology. |
| Method Summary | |
DateTimeField |
centuryOfEra()
Get the century of era field for this chronology. |
DateTimeField |
clockhourOfDay()
Get the hour of day (offset to 1-24) field for this chronology. |
DateTimeField |
clockhourOfHalfday()
Get the hour of am/pm (offset to 1-12) field for this chronology. |
DateTimeField |
dayOfMonth()
Get the day of month field for this chronology. |
DateTimeField |
dayOfWeek()
Get the day of week field for this chronology. |
DateTimeField |
dayOfYear()
Get the day of year field for this chronology. |
DateTimeField |
era()
Get the era field for this chronology. |
protected Chronology |
getChronology()
Gets the wrapped chronology. |
DateTimeZone |
getDateTimeZone()
Gets the time zone that this chronolog is using. |
DateTimeField |
halfdayOfDay()
Get the AM(0) PM(1) field for this chronology. |
DateTimeField |
hourOfDay()
Get the hour of day (0-23) field for this chronology. |
DateTimeField |
hourOfHalfday()
Get the hour of am/pm (0-11) field for this chronology. |
DateTimeField |
millisOfDay()
Get the millis of day field for this chronology. |
DateTimeField |
millisOfSecond()
Get the millis of second field for this chronology. |
DateTimeField |
minuteOfDay()
Get the minute of day field for this chronology. |
DateTimeField |
minuteOfHour()
Get the minute of hour field for this chronology. |
DateTimeField |
monthOfYear()
Get the month of year field for this chronology. |
DateTimeField |
secondOfDay()
Get the second of day field for this chronology. |
DateTimeField |
secondOfMinute()
Get the second of minute field for this chronology. |
DateTimeField |
weekOfWeekyear()
Get the week of a week based year field for this chronology. |
DateTimeField |
weekyear()
Get the year of a week based year field for this chronology. |
abstract Chronology |
withDateTimeZone(DateTimeZone zone)
Get the Chronology in the any time zone. |
abstract Chronology |
withUTC()
Get the Chronology in the UTC time zone. |
DateTimeField |
year()
Get the year field for this chronology. |
DateTimeField |
yearOfCentury()
Get the year field for this chronology. |
DateTimeField |
yearOfEra()
Get the year of era field for this chronology. |
| Methods inherited from class org.joda.time.Chronology |
getDateOnlyMillis, getTimeOnlyMillis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DelegateChronology(Chronology chrono)
chrono - the chronology
java.lang.IllegalArgumentException - if chronology is null| Method Detail |
protected Chronology getChronology()
public abstract Chronology withUTC()
withUTC in class Chronologypublic abstract Chronology withDateTimeZone(DateTimeZone zone)
withDateTimeZone in class ChronologyZonedChronologypublic DateTimeZone getDateTimeZone()
getDateTimeZone in class Chronologypublic DateTimeField millisOfSecond()
millisOfSecond in class Chronologypublic DateTimeField millisOfDay()
millisOfDay in class Chronologypublic DateTimeField secondOfMinute()
secondOfMinute in class Chronologypublic DateTimeField secondOfDay()
secondOfDay in class Chronologypublic DateTimeField minuteOfHour()
minuteOfHour in class Chronologypublic DateTimeField minuteOfDay()
minuteOfDay in class Chronologypublic DateTimeField hourOfDay()
hourOfDay in class Chronologypublic DateTimeField clockhourOfDay()
clockhourOfDay in class Chronologypublic DateTimeField hourOfHalfday()
hourOfHalfday in class Chronologypublic DateTimeField clockhourOfHalfday()
clockhourOfHalfday in class Chronologypublic DateTimeField halfdayOfDay()
halfdayOfDay in class Chronologypublic DateTimeField dayOfWeek()
dayOfWeek in class Chronologypublic DateTimeField dayOfMonth()
dayOfMonth in class Chronologypublic DateTimeField dayOfYear()
dayOfYear in class Chronologypublic DateTimeField weekOfWeekyear()
weekOfWeekyear in class Chronologypublic DateTimeField weekyear()
weekyear in class Chronologypublic DateTimeField monthOfYear()
monthOfYear in class Chronologypublic DateTimeField year()
year in class Chronologypublic DateTimeField yearOfEra()
yearOfEra in class Chronologypublic DateTimeField yearOfCentury()
yearOfCentury in class Chronologypublic DateTimeField centuryOfEra()
centuryOfEra in class Chronologypublic DateTimeField era()
era in class Chronology
|
Joda Time API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||