public interface IsDefaultDateTimeFormatOptions extends IsDefaultBaseFormatOptions
Modifier and Type | Method and Description |
---|---|
Calendar |
getCalendar()
Returns the calendar to use.
|
DateTimeStyle |
getDateStyle()
Returns the date formatting style to use when calling
AbstractFormat.format(java.lang.Object) . |
NumberItemStyle |
getDay()
Returns the representation of the Day.
|
StringItemStyle |
getDayPeriod()
Returns the way day periods should be expressed.
|
StringItemStyle |
getEra()
Returns the representation of the Era.
|
FormatMatcher |
getFormatMatcher()
Returns the format matching algorithm to use.
|
NumberItemStyle |
getHour()
Returns the representation of the Hour.
|
HourCycle |
getHourCycle()
Returns the hour cycle to use.
|
NumberItemStyle |
getMinute()
Returns the representation of the Minute.
|
MixedItemStyle |
getMonth()
Returns the representation of the Month.
|
NumberItemStyle |
getSecond()
Returns the representation of the Second.
|
DateTimeStyle |
getTimeStyle()
Returns the time formatting style to use when calling
AbstractFormat.format(java.lang.Object) . |
TimeZone |
getTimeZone()
Returns the time zone to use.
|
TimeZoneName |
getTimeZoneName()
Returns the representation of the time zone name.
|
StringItemStyle |
getWeekDay()
Returns the representation of the WeekDay.
|
NumberItemStyle |
getYear()
Returns the representation of the Year.
|
boolean |
isHour12()
Returns whether to use 12-hour time (as opposed to 24-hour time).
|
getLocaleMatcher, getNumberingSystem
DateTimeStyle getDateStyle()
AbstractFormat.format(java.lang.Object)
.DateTimeStyle getTimeStyle()
AbstractFormat.format(java.lang.Object)
.Calendar getCalendar()
StringItemStyle getDayPeriod()
TimeZone getTimeZone()
boolean isHour12()
HourCycle getHourCycle()
FormatMatcher getFormatMatcher()
StringItemStyle getWeekDay()
StringItemStyle getEra()
NumberItemStyle getYear()
MixedItemStyle getMonth()
NumberItemStyle getDay()
NumberItemStyle getHour()
NumberItemStyle getMinute()
NumberItemStyle getSecond()
TimeZoneName getTimeZoneName()