Java Doc for BasicChronology.java in  » Development » Joda-Time » org » joda » time » chrono » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » Joda Time » org.joda.time.chrono 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.joda.time.Chronology
      org.joda.time.chrono.BaseChronology
         org.joda.time.chrono.AssembledChronology
            org.joda.time.chrono.BasicChronology

All known Subclasses:   org.joda.time.chrono.BasicGJChronology,  org.joda.time.chrono.BasicFixedMonthChronology,  org.joda.time.chrono.IslamicChronology,
BasicChronology
abstract class BasicChronology extends AssembledChronology (Code)
Abstract implementation for calendar systems that use a typical day/month/year/leapYear model. Most of the utility methods required by subclasses are package-private, reflecting the intention that they be defined in the same package.

BasicChronology is thread-safe and immutable, and all subclasses must be as well.
author:
   Stephen Colebourne
author:
   Brian S O'Neill
author:
   Guy Allard
since:
   1.2, renamed from BaseGJChronology




Constructor Summary
 BasicChronology(Chronology base, Object param, int minDaysInFirstWeek)
    

Method Summary
protected  voidassemble(Fields fields)
    
abstract  longcalculateFirstDayOfYearMillis(int year)
     Gets the millisecond value of the first day of the year.
abstract  longgetApproxMillisAtEpochDividedByTwo()
     Returns a constant representing the approximate number of milliseconds elapsed from year 0 of this chronology, divided by two.
abstract  longgetAverageMillisPerMonth()
     Gets an average value for the milliseconds per month.
abstract  longgetAverageMillisPerYear()
     Gets an average value for the milliseconds per year.
abstract  longgetAverageMillisPerYearDividedByTwo()
     Gets an average value for the milliseconds per year, divided by two.
 longgetDateMidnightMillis(int year, int monthOfYear, int dayOfMonth)
     Gets the milliseconds for a date at midnight.
public  longgetDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay)
    
public  longgetDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)
    
 intgetDayOfMonth(long millis)
    
 intgetDayOfMonth(long millis, int year)
    
 intgetDayOfMonth(long millis, int year, int month)
    
 intgetDayOfWeek(long instant)
    
 intgetDayOfYear(long instant)
    
 intgetDayOfYear(long instant, int year)
    
 intgetDaysInMonthMax()
     Gets the maximum number of days in any month.
 intgetDaysInMonthMax(long instant)
     Gets the maximum number of days in the month specified by the instant.
abstract  intgetDaysInMonthMax(int month)
     Gets the maximum days in the specified month.
 intgetDaysInMonthMaxForSet(long instant, int value)
     Gets the maximum number of days in the month specified by the instant.
 intgetDaysInYear(int year)
     Get the number of days in the year.
 intgetDaysInYearMax()
     Get the number of days in the year.
abstract  intgetDaysInYearMonth(int year, int month)
     Gets the number of days in the specified month and year.
 longgetFirstWeekOfYearMillis(int year)
     Get the millis for the first week of a year.
 intgetMaxMonth(int year)
     Gets the maximum month for the specified year.
 intgetMaxMonth()
     Gets the maximum number of months.
abstract  intgetMaxYear()
     Gets the maximum supported year.
 intgetMillisOfDay(long instant)
    
abstract  intgetMinYear()
     Gets the minimum supported year.
public  intgetMinimumDaysInFirstWeek()
    
 intgetMonthOfYear(long millis)
    
abstract  intgetMonthOfYear(long millis, int year)
    
abstract  longgetTotalMillisByYearMonth(int year, int month)
     Gets the total number of millis elapsed in this year at the start of the specified month, such as zero for month 1.
 intgetWeekOfWeekyear(long instant)
    
 intgetWeekOfWeekyear(long instant, int year)
    
 intgetWeeksInYear(int year)
     Get the number of weeks in the year.
 intgetWeekyear(long instant)
    
 intgetYear(long instant)
    
abstract  longgetYearDifference(long minuendInstant, long subtrahendInstant)
     Gets the difference between the two instants in years.
 longgetYearMillis(int year)
     Get the milliseconds for the start of a year.
Parameters:
  year - The year to use.
 longgetYearMonthDayMillis(int year, int month, int dayOfMonth)
     Get the milliseconds for a particular date.
 longgetYearMonthMillis(int year, int month)
     Get the milliseconds for the start of a month.
public  DateTimeZonegetZone()
    
abstract  booleanisLeapYear(int year)
    
abstract  longsetYear(long instant, int year)
     Sets the year from an instant and year.
public  StringtoString()
     Gets a debugging toString.


Constructor Detail
BasicChronology
BasicChronology(Chronology base, Object param, int minDaysInFirstWeek)(Code)




Method Detail
assemble
protected void assemble(Fields fields)(Code)



calculateFirstDayOfYearMillis
abstract long calculateFirstDayOfYearMillis(int year)(Code)
Gets the millisecond value of the first day of the year. the milliseconds for the first of the year



getApproxMillisAtEpochDividedByTwo
abstract long getApproxMillisAtEpochDividedByTwo()(Code)
Returns a constant representing the approximate number of milliseconds elapsed from year 0 of this chronology, divided by two. This constant must be defined as:
 (yearAtEpoch * averageMillisPerYear + millisOfYearAtEpoch) / 2
 
where epoch is 1970-01-01 (Gregorian).



getAverageMillisPerMonth
abstract long getAverageMillisPerMonth()(Code)
Gets an average value for the milliseconds per month. the millis per month



getAverageMillisPerYear
abstract long getAverageMillisPerYear()(Code)
Gets an average value for the milliseconds per year. the millis per year



getAverageMillisPerYearDividedByTwo
abstract long getAverageMillisPerYearDividedByTwo()(Code)
Gets an average value for the milliseconds per year, divided by two. the millis per year divided by two



getDateMidnightMillis
long getDateMidnightMillis(int year, int monthOfYear, int dayOfMonth)(Code)
Gets the milliseconds for a date at midnight.
Parameters:
  year - the year
Parameters:
  monthOfYear - the month
Parameters:
  dayOfMonth - the day the milliseconds



getDateTimeMillis
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay) throws IllegalArgumentException(Code)



getDateTimeMillis
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) throws IllegalArgumentException(Code)



getDayOfMonth
int getDayOfMonth(long millis)(Code)

Parameters:
  millis - from 1970-01-01T00:00:00Z



getDayOfMonth
int getDayOfMonth(long millis, int year)(Code)

Parameters:
  millis - from 1970-01-01T00:00:00Z
Parameters:
  year - precalculated year of millis



getDayOfMonth
int getDayOfMonth(long millis, int year, int month)(Code)

Parameters:
  millis - from 1970-01-01T00:00:00Z
Parameters:
  year - precalculated year of millis
Parameters:
  month - precalculated month of millis



getDayOfWeek
int getDayOfWeek(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getDayOfYear
int getDayOfYear(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getDayOfYear
int getDayOfYear(long instant, int year)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z
Parameters:
  year - precalculated year of millis



getDaysInMonthMax
int getDaysInMonthMax()(Code)
Gets the maximum number of days in any month. 31



getDaysInMonthMax
int getDaysInMonthMax(long instant)(Code)
Gets the maximum number of days in the month specified by the instant.
Parameters:
  instant - millis from 1970-01-01T00:00:00Z the maximum number of days in the month



getDaysInMonthMax
abstract int getDaysInMonthMax(int month)(Code)
Gets the maximum days in the specified month.
Parameters:
  month - the month the max days



getDaysInMonthMaxForSet
int getDaysInMonthMaxForSet(long instant, int value)(Code)
Gets the maximum number of days in the month specified by the instant. The value represents what the user is trying to set, and can be used to optimise this method.
Parameters:
  instant - millis from 1970-01-01T00:00:00Z
Parameters:
  value - the value being set the maximum number of days in the month



getDaysInYear
int getDaysInYear(int year)(Code)
Get the number of days in the year.
Parameters:
  year - the year to use 366 if a leap year, otherwise 365



getDaysInYearMax
int getDaysInYearMax()(Code)
Get the number of days in the year. 366



getDaysInYearMonth
abstract int getDaysInYearMonth(int year, int month)(Code)
Gets the number of days in the specified month and year.
Parameters:
  year - the year
Parameters:
  month - the month the number of days



getFirstWeekOfYearMillis
long getFirstWeekOfYearMillis(int year)(Code)
Get the millis for the first week of a year.
Parameters:
  year - the year to use millis



getMaxMonth
int getMaxMonth(int year)(Code)
Gets the maximum month for the specified year. This implementation calls getMaxMonth().
Parameters:
  year - the year the maximum month value



getMaxMonth
int getMaxMonth()(Code)
Gets the maximum number of months. 12



getMaxYear
abstract int getMaxYear()(Code)
Gets the maximum supported year. the year



getMillisOfDay
int getMillisOfDay(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getMinYear
abstract int getMinYear()(Code)
Gets the minimum supported year. the year



getMinimumDaysInFirstWeek
public int getMinimumDaysInFirstWeek()(Code)



getMonthOfYear
int getMonthOfYear(long millis)(Code)

Parameters:
  millis - from 1970-01-01T00:00:00Z



getMonthOfYear
abstract int getMonthOfYear(long millis, int year)(Code)

Parameters:
  millis - from 1970-01-01T00:00:00Z
Parameters:
  year - precalculated year of millis



getTotalMillisByYearMonth
abstract long getTotalMillisByYearMonth(int year, int month)(Code)
Gets the total number of millis elapsed in this year at the start of the specified month, such as zero for month 1.
Parameters:
  year - the year
Parameters:
  month - the month the elapsed millis at the start of the month



getWeekOfWeekyear
int getWeekOfWeekyear(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getWeekOfWeekyear
int getWeekOfWeekyear(long instant, int year)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z
Parameters:
  year - precalculated year of millis



getWeeksInYear
int getWeeksInYear(int year)(Code)
Get the number of weeks in the year.
Parameters:
  year - the year to use number of weeks in the year



getWeekyear
int getWeekyear(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getYear
int getYear(long instant)(Code)

Parameters:
  instant - millis from 1970-01-01T00:00:00Z



getYearDifference
abstract long getYearDifference(long minuendInstant, long subtrahendInstant)(Code)
Gets the difference between the two instants in years.
Parameters:
  minuendInstant - the first instant
Parameters:
  subtrahendInstant - the second instant the difference



getYearMillis
long getYearMillis(int year)(Code)
Get the milliseconds for the start of a year.
Parameters:
  year - The year to use. millis from 1970-01-01T00:00:00Z



getYearMonthDayMillis
long getYearMonthDayMillis(int year, int month, int dayOfMonth)(Code)
Get the milliseconds for a particular date.
Parameters:
  year - The year to use.
Parameters:
  month - The month to use
Parameters:
  dayOfMonth - The day of the month to use millis from 1970-01-01T00:00:00Z



getYearMonthMillis
long getYearMonthMillis(int year, int month)(Code)
Get the milliseconds for the start of a month.
Parameters:
  year - The year to use.
Parameters:
  month - The month to use millis from 1970-01-01T00:00:00Z



getZone
public DateTimeZone getZone()(Code)



isLeapYear
abstract boolean isLeapYear(int year)(Code)
Is the specified year a leap year?
Parameters:
  year - the year to test true if leap



setYear
abstract long setYear(long instant, int year)(Code)
Sets the year from an instant and year.
Parameters:
  instant - millis from 1970-01-01T00:00:00Z
Parameters:
  year - the year to set the updated millis



toString
public String toString()(Code)
Gets a debugging toString. a debugging string



Methods inherited from org.joda.time.chrono.AssembledChronology
abstract protected void assemble(Fields fields)(Code)(Java Doc)
final public DurationField centuries()(Code)(Java Doc)
final public DateTimeField centuryOfEra()(Code)(Java Doc)
final public DateTimeField clockhourOfDay()(Code)(Java Doc)
final public DateTimeField clockhourOfHalfday()(Code)(Java Doc)
final public DateTimeField dayOfMonth()(Code)(Java Doc)
final public DateTimeField dayOfWeek()(Code)(Java Doc)
final public DateTimeField dayOfYear()(Code)(Java Doc)
final public DurationField days()(Code)(Java Doc)
final public DateTimeField era()(Code)(Java Doc)
final public DurationField eras()(Code)(Java Doc)
final protected Chronology getBase()(Code)(Java Doc)
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay) throws IllegalArgumentException(Code)(Java Doc)
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) throws IllegalArgumentException(Code)(Java Doc)
public long getDateTimeMillis(long instant, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) throws IllegalArgumentException(Code)(Java Doc)
final protected Object getParam()(Code)(Java Doc)
public DateTimeZone getZone()(Code)(Java Doc)
final public DateTimeField halfdayOfDay()(Code)(Java Doc)
final public DurationField halfdays()(Code)(Java Doc)
final public DateTimeField hourOfDay()(Code)(Java Doc)
final public DateTimeField hourOfHalfday()(Code)(Java Doc)
final public DurationField hours()(Code)(Java Doc)
final public DurationField millis()(Code)(Java Doc)
final public DateTimeField millisOfDay()(Code)(Java Doc)
final public DateTimeField millisOfSecond()(Code)(Java Doc)
final public DateTimeField minuteOfDay()(Code)(Java Doc)
final public DateTimeField minuteOfHour()(Code)(Java Doc)
final public DurationField minutes()(Code)(Java Doc)
final public DateTimeField monthOfYear()(Code)(Java Doc)
final public DurationField months()(Code)(Java Doc)
final public DateTimeField secondOfDay()(Code)(Java Doc)
final public DateTimeField secondOfMinute()(Code)(Java Doc)
final public DurationField seconds()(Code)(Java Doc)
final public DateTimeField weekOfWeekyear()(Code)(Java Doc)
final public DurationField weeks()(Code)(Java Doc)
final public DateTimeField weekyear()(Code)(Java Doc)
final public DateTimeField weekyearOfCentury()(Code)(Java Doc)
final public DurationField weekyears()(Code)(Java Doc)
final public DateTimeField year()(Code)(Java Doc)
final public DateTimeField yearOfCentury()(Code)(Java Doc)
final public DateTimeField yearOfEra()(Code)(Java Doc)
final public DurationField years()(Code)(Java Doc)

Methods inherited from org.joda.time.chrono.BaseChronology
public long add(ReadablePeriod period, long instant, int scalar)(Code)(Java Doc)
public long add(long instant, long duration, int scalar)(Code)(Java Doc)
public DurationField centuries()(Code)(Java Doc)
public DateTimeField centuryOfEra()(Code)(Java Doc)
public DateTimeField clockhourOfDay()(Code)(Java Doc)
public DateTimeField clockhourOfHalfday()(Code)(Java Doc)
public DateTimeField dayOfMonth()(Code)(Java Doc)
public DateTimeField dayOfWeek()(Code)(Java Doc)
public DateTimeField dayOfYear()(Code)(Java Doc)
public DurationField days()(Code)(Java Doc)
public DateTimeField era()(Code)(Java Doc)
public DurationField eras()(Code)(Java Doc)
public int[] get(ReadablePartial partial, long instant)(Code)(Java Doc)
public int[] get(ReadablePeriod period, long startInstant, long endInstant)(Code)(Java Doc)
public int[] get(ReadablePeriod period, long duration)(Code)(Java Doc)
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay) throws IllegalArgumentException(Code)(Java Doc)
public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) throws IllegalArgumentException(Code)(Java Doc)
public long getDateTimeMillis(long instant, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) throws IllegalArgumentException(Code)(Java Doc)
abstract public DateTimeZone getZone()(Code)(Java Doc)
public DateTimeField halfdayOfDay()(Code)(Java Doc)
public DurationField halfdays()(Code)(Java Doc)
public DateTimeField hourOfDay()(Code)(Java Doc)
public DateTimeField hourOfHalfday()(Code)(Java Doc)
public DurationField hours()(Code)(Java Doc)
public DurationField millis()(Code)(Java Doc)
public DateTimeField millisOfDay()(Code)(Java Doc)
public DateTimeField millisOfSecond()(Code)(Java Doc)
public DateTimeField minuteOfDay()(Code)(Java Doc)
public DateTimeField minuteOfHour()(Code)(Java Doc)
public DurationField minutes()(Code)(Java Doc)
public DateTimeField monthOfYear()(Code)(Java Doc)
public DurationField months()(Code)(Java Doc)
public DateTimeField secondOfDay()(Code)(Java Doc)
public DateTimeField secondOfMinute()(Code)(Java Doc)
public DurationField seconds()(Code)(Java Doc)
public long set(ReadablePartial partial, long instant)(Code)(Java Doc)
abstract public String toString()(Code)(Java Doc)
public void validate(ReadablePartial partial, int[] values)(Code)(Java Doc)
public DateTimeField weekOfWeekyear()(Code)(Java Doc)
public DurationField weeks()(Code)(Java Doc)
public DateTimeField weekyear()(Code)(Java Doc)
public DateTimeField weekyearOfCentury()(Code)(Java Doc)
public DurationField weekyears()(Code)(Java Doc)
abstract public Chronology withUTC()(Code)(Java Doc)
abstract public Chronology withZone(DateTimeZone zone)(Code)(Java Doc)
public DateTimeField year()(Code)(Java Doc)
public DateTimeField yearOfCentury()(Code)(Java Doc)
public DateTimeField yearOfEra()(Code)(Java Doc)
public DurationField years()(Code)(Java Doc)

Methods inherited from org.joda.time.Chronology
abstract public long add(ReadablePeriod period, long instant, int scalar)(Code)(Java Doc)
abstract public long add(long instant, long duration, int scalar)(Code)(Java Doc)
abstract public DurationField centuries()(Code)(Java Doc)
abstract public DateTimeField centuryOfEra()(Code)(Java Doc)
abstract public DateTimeField clockhourOfDay()(Code)(Java Doc)
abstract public DateTimeField clockhourOfHalfday()(Code)(Java Doc)
abstract public DateTimeField dayOfMonth()(Code)(Java Doc)
abstract public DateTimeField dayOfWeek()(Code)(Java Doc)
abstract public DateTimeField dayOfYear()(Code)(Java Doc)
abstract public DurationField days()(Code)(Java Doc)
abstract public DateTimeField era()(Code)(Java Doc)
abstract public DurationField eras()(Code)(Java Doc)
abstract public int[] get(ReadablePartial partial, long instant)(Code)(Java Doc)
abstract public int[] get(ReadablePeriod period, long startInstant, long endInstant)(Code)(Java Doc)
abstract public int[] get(ReadablePeriod period, long duration)(Code)(Java Doc)
public static Chronology getBuddhist()(Code)(Java Doc)
public static Chronology getBuddhist(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getBuddhistUTC()(Code)(Java Doc)
public static Chronology getCoptic()(Code)(Java Doc)
public static Chronology getCoptic(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getCopticUTC()(Code)(Java Doc)
abstract public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int millisOfDay)(Code)(Java Doc)
abstract public long getDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)(Code)(Java Doc)
abstract public long getDateTimeMillis(long instant, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)(Code)(Java Doc)
public static Chronology getGJ()(Code)(Java Doc)
public static Chronology getGJ(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getGJUTC()(Code)(Java Doc)
public static Chronology getGregorian()(Code)(Java Doc)
public static Chronology getGregorian(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getGregorianUTC()(Code)(Java Doc)
public static Chronology getISO()(Code)(Java Doc)
public static Chronology getISO(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getISOUTC()(Code)(Java Doc)
public static Chronology getJulian()(Code)(Java Doc)
public static Chronology getJulian(DateTimeZone zone)(Code)(Java Doc)
public static Chronology getJulianUTC()(Code)(Java Doc)
abstract public DateTimeZone getZone()(Code)(Java Doc)
abstract public DateTimeField halfdayOfDay()(Code)(Java Doc)
abstract public DurationField halfdays()(Code)(Java Doc)
abstract public DateTimeField hourOfDay()(Code)(Java Doc)
abstract public DateTimeField hourOfHalfday()(Code)(Java Doc)
abstract public DurationField hours()(Code)(Java Doc)
abstract public DurationField millis()(Code)(Java Doc)
abstract public DateTimeField millisOfDay()(Code)(Java Doc)
abstract public DateTimeField millisOfSecond()(Code)(Java Doc)
abstract public DateTimeField minuteOfDay()(Code)(Java Doc)
abstract public DateTimeField minuteOfHour()(Code)(Java Doc)
abstract public DurationField minutes()(Code)(Java Doc)
abstract public DateTimeField monthOfYear()(Code)(Java Doc)
abstract public DurationField months()(Code)(Java Doc)
abstract public DateTimeField secondOfDay()(Code)(Java Doc)
abstract public DateTimeField secondOfMinute()(Code)(Java Doc)
abstract public DurationField seconds()(Code)(Java Doc)
abstract public long set(ReadablePartial partial, long instant)(Code)(Java Doc)
abstract public String toString()(Code)(Java Doc)
abstract public void validate(ReadablePartial partial, int[] values)(Code)(Java Doc)
abstract public DateTimeField weekOfWeekyear()(Code)(Java Doc)
abstract public DurationField weeks()(Code)(Java Doc)
abstract public DateTimeField weekyear()(Code)(Java Doc)
abstract public DateTimeField weekyearOfCentury()(Code)(Java Doc)
abstract public DurationField weekyears()(Code)(Java Doc)
abstract public Chronology withUTC()(Code)(Java Doc)
abstract public Chronology withZone(DateTimeZone zone)(Code)(Java Doc)
abstract public DateTimeField year()(Code)(Java Doc)
abstract public DateTimeField yearOfCentury()(Code)(Java Doc)
abstract public DateTimeField yearOfEra()(Code)(Java Doc)
abstract public DurationField years()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.