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

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

Introduction

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

The text is from its open source code.

Subclass

org.joda.time.DateTimeFieldType has subclasses.
Click this link to see all its subclasses.

Method

DateTimeFieldTypecenturyOfEra()
Get the century of era field type.
DateTimeFieldTypeclockhourOfDay()
Get the hour of day (offset to 1-24) field type.
DateTimeFieldTypeclockhourOfHalfday()
Get the hour of am/pm (offset to 1-12) field type.
DateTimeFieldTypedayOfMonth()
Get the day of month field type.
DateTimeFieldTypedayOfWeek()
Get the day of week field type.
DateTimeFieldTypedayOfYear()
Get the day of year field type.
DurationFieldTypegetDurationType()
Get the duration unit of the field.
DateTimeFieldgetField(Chronology chronology)
Gets a suitable field for this type from the given Chronology.
StringgetName()
Get the name of the field.
DateTimeFieldTypehalfdayOfDay()
Get the AM(0) PM(1) field type.
DateTimeFieldTypehourOfDay()
Get the hour of day (0-23) field type.
DateTimeFieldTypehourOfHalfday()
Get the hour of am/pm (0-11) field type.
DateTimeFieldTypemillisOfDay()
Get the millis of day field type.
DateTimeFieldTypemillisOfSecond()
Get the millis of second field type.
DateTimeFieldTypeminuteOfDay()
Get the minute of day field type.
DateTimeFieldTypeminuteOfHour()
Get the minute of hour field type.
DateTimeFieldTypemonthOfYear()
Get the month of year field type.
DateTimeFieldTypesecondOfDay()
Get the second of day field type.
DateTimeFieldTypesecondOfMinute()
Get the second of minute field type.
DateTimeFieldTypeweekOfWeekyear()
Get the week of a week based year field type.
DateTimeFieldTypeweekyear()
Get the year of a week based year field type.
DateTimeFieldTypeweekyearOfCentury()
Get the year of a week based year within a century field type.
DateTimeFieldTypeyear()
Get the year field type.
DateTimeFieldTypeyearOfCentury()
Get the year of century field type.
DateTimeFieldTypeyearOfEra()
Get the year of era field type.