Class QuarterOfYearDateTimeField

  • All Implemented Interfaces:
    Serializable

    public final class QuarterOfYearDateTimeField
    extends org.joda.time.DateTimeFieldType
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.joda.time.DateTimeFieldType QUARTER_OF_YEAR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.joda.time.DurationFieldType getDurationType()  
      org.joda.time.DateTimeField getField​(org.joda.time.Chronology chronology)  
      org.joda.time.DurationFieldType getRangeDurationType()  
      • Methods inherited from class org.joda.time.DateTimeFieldType

        centuryOfEra, clockhourOfDay, clockhourOfHalfday, dayOfMonth, dayOfWeek, dayOfYear, era, getName, halfdayOfDay, hourOfDay, hourOfHalfday, isSupported, millisOfDay, millisOfSecond, minuteOfDay, minuteOfHour, monthOfYear, secondOfDay, secondOfMinute, toString, weekOfWeekyear, weekyear, weekyearOfCentury, year, yearOfCentury, yearOfEra
    • Field Detail

      • QUARTER_OF_YEAR

        public static final org.joda.time.DateTimeFieldType QUARTER_OF_YEAR
    • Method Detail

      • getDurationType

        public org.joda.time.DurationFieldType getDurationType()
        Specified by:
        getDurationType in class org.joda.time.DateTimeFieldType
      • getRangeDurationType

        public org.joda.time.DurationFieldType getRangeDurationType()
        Specified by:
        getRangeDurationType in class org.joda.time.DateTimeFieldType
      • getField

        public org.joda.time.DateTimeField getField​(org.joda.time.Chronology chronology)
        Specified by:
        getField in class org.joda.time.DateTimeFieldType