Java org.joda.time Chronology fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time Chronology fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time Chronology.

The text is from its open source code.

Method

DateTimeFielddayOfMonth()
Get the day of month field for this chronology.
DateTimeFielddayOfWeek()
Get the day of week field for this chronology.
DateTimeFielddayOfYear()
Get the day of year field for this chronology.
longgetDateTimeMillis(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond)
Returns a datetime millisecond instant, formed from the given year, month, day, hour, minute, second, and millisecond values.
DateTimeZonegetZone()
Returns the DateTimeZone that this Chronology operates in, or null if unspecified.
DateTimeFieldhourOfDay()
Get the hour of day (0-23) field for this chronology.
DateTimeFieldmillisOfDay()
Get the millis of day field for this chronology.
DateTimeFieldmillisOfSecond()
Get the millis of second field for this chronology.
DateTimeFieldminuteOfHour()
Get the minute of hour field for this chronology.
DateTimeFieldmonthOfYear()
Get the month of year field for this chronology.
DateTimeFieldsecondOfDay()
Get the second of day field for this chronology.
DateTimeFieldsecondOfMinute()
Get the second of minute field for this chronology.
longset(ReadablePartial partial, long instant)
Sets the partial into the instant.
voidvalidate(ReadablePartial partial, int[] values)
Validates whether the values are valid for the fields of a partial instant.
DateTimeFieldweekOfWeekyear()
Get the week of a week based year field for this chronology.
ChronologywithUTC()
Returns an instance of this Chronology that operates in the UTC time zone.
ChronologywithZone(DateTimeZone zone)
Returns an instance of this Chronology that operates in any time zone.
DateTimeFieldyear()
Get the year field for this chronology.