|
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
|
+--org.joda.time.chrono.iso.ISOChronology
ISOChronology provides access to the individual date time fields for the ISO8601 defined chronological calendar system. When ISO does not define a field, but it can be determined (such as AM/PM) it is included.
| Method Summary | |
static ISOChronology |
getInstance()
Gets an instance of the ISOChronology in the default time zone. |
static ISOChronology |
getInstance(DateTimeZone zone)
Gets an instance of the ISOChronology in the given time zone. |
static ISOChronology |
getInstanceUTC()
Gets an instance of the ISOChronology. |
java.lang.String |
toString()
Gets a debugging toString. |
Chronology |
withDateTimeZone(DateTimeZone zone)
Gets the Chronology in a specific time zone. |
Chronology |
withUTC()
Gets the Chronology in the UTC time zone. |
| Methods inherited from class org.joda.time.chrono.DelegateChronology |
centuryOfEra, clockhourOfDay, clockhourOfHalfday, dayOfMonth, dayOfWeek, dayOfYear, era, getChronology, getDateTimeZone, halfdayOfDay, hourOfDay, hourOfHalfday, millisOfDay, millisOfSecond, minuteOfDay, minuteOfHour, monthOfYear, secondOfDay, secondOfMinute, weekOfWeekyear, weekyear, year, yearOfCentury, yearOfEra |
| Methods inherited from class org.joda.time.Chronology |
getDateOnlyMillis, getTimeOnlyMillis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static ISOChronology getInstanceUTC()
public static ISOChronology getInstance()
public static ISOChronology getInstance(DateTimeZone zone)
zone - the time zone to get the chronology in, null is default
public Chronology withUTC()
withUTC in class DelegateChronologypublic Chronology withDateTimeZone(DateTimeZone zone)
withDateTimeZone in class DelegateChronologyzone - the zone to get the chronology in, null is default
public java.lang.String toString()
toString in class java.lang.Object
|
Joda Time API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||