Interface IsDefaultDateTimeFormatOptions

    • Method Detail

      • getDateStyle

        DateTimeStyle getDateStyle()
        Returns the date formatting style to use when calling AbstractFormat.format(java.lang.Object).
        Returns:
        the date formatting style
      • getTimeStyle

        DateTimeStyle getTimeStyle()
        Returns the time formatting style to use when calling AbstractFormat.format(java.lang.Object).
        Returns:
        the time formatting style
      • getCalendar

        Calendar getCalendar()
        Returns the calendar to use.
        Returns:
        the calendar to use
      • getDayPeriod

        StringItemStyle getDayPeriod()
        Returns the way day periods should be expressed.
        Returns:
        the way day periods should be expressed
      • getTimeZone

        TimeZone getTimeZone()
        Returns the time zone to use.
        Returns:
        the time zone to use
      • isHour12

        boolean isHour12()
        Returns whether to use 12-hour time (as opposed to 24-hour time).
        Returns:
        whether to use 12-hour time (as opposed to 24-hour time)
      • getHourCycle

        HourCycle getHourCycle()
        Returns the hour cycle to use.
        Returns:
        the hour cycle to use
      • getFormatMatcher

        FormatMatcher getFormatMatcher()
        Returns the format matching algorithm to use.
        Returns:
        the format matching algorithm to use
      • getWeekDay

        StringItemStyle getWeekDay()
        Returns the representation of the WeekDay.
        Returns:
        the representation of the WeekDay
      • getEra

        StringItemStyle getEra()
        Returns the representation of the Era.
        Returns:
        the representation of the Era
      • getYear

        NumberItemStyle getYear()
        Returns the representation of the Year.
        Returns:
        the representation of the Year
      • getMonth

        MixedItemStyle getMonth()
        Returns the representation of the Month.
        Returns:
        the representation of the Month
      • getDay

        NumberItemStyle getDay()
        Returns the representation of the Day.
        Returns:
        the representation of the Day
      • getHour

        NumberItemStyle getHour()
        Returns the representation of the Hour.
        Returns:
        the representation of the Hour
      • getMinute

        NumberItemStyle getMinute()
        Returns the representation of the Minute.
        Returns:
        the representation of the Minute
      • getSecond

        NumberItemStyle getSecond()
        Returns the representation of the Second.
        Returns:
        the representation of the Second
      • getTimeZoneName

        TimeZoneName getTimeZoneName()
        Returns the representation of the time zone name.
        Returns:
        the representation of the time zone name