public class DateTimeFormatInfoImpl_mgo extends DateTimeFormatInfoImpl
Constructor and Description |
---|
DateTimeFormatInfoImpl_mgo() |
Modifier and Type | Method and Description |
---|---|
String |
dateFormatFull()
Returns a "full" date format.
|
String[] |
erasFull()
Returns an array of the full era names.
|
String[] |
erasShort()
Returns abbreviations of the era names.
|
String |
formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
|
String[] |
monthsFull()
Returns an array of full month names.
|
String[] |
monthsNarrow()
Returns an array of the shortest abbreviations for months, typically a
single character and not guaranteed to be unique.
|
String[] |
monthsShort()
Returns an array of month abbreviations.
|
String[] |
quartersFull()
Returns an array of full quarter names.
|
String[] |
weekdaysFull()
Returns an array of the full names of weekdays.
|
String[] |
weekdaysNarrow()
Returns an array of the shortest abbreviations for weekdays, typically a
single character and not guaranteed to be unique.
|
String[] |
weekdaysShort()
Returns an array of abbreviations for weekdays.
|
ampms, dateFormat, dateFormatLong, dateFormatMedium, dateFormatShort, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, firstDayOfTheWeek, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthWeekdayDay, formatYearQuarterFull, formatYearQuarterShort, monthsFullStandalone, monthsNarrowStandalone, monthsShortStandalone, quartersShort, timeFormat, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort, weekdaysFullStandalone, weekdaysNarrowStandalone, weekdaysShortStandalone, weekendEnd, weekendStart
public String dateFormatFull()
DateTimeFormatInfo
dateFormatFull
in interface DateTimeFormatInfo
dateFormatFull
in class DefaultDateTimeFormatInfo
public String[] erasFull()
DateTimeFormatInfo
erasFull
in interface DateTimeFormatInfo
erasFull
in class DefaultDateTimeFormatInfo
public String[] erasShort()
DateTimeFormatInfo
erasShort
in interface DateTimeFormatInfo
erasShort
in class DefaultDateTimeFormatInfo
public String formatYearMonthNumDay()
DateTimeFormatInfo
formatYearMonthNumDay
in interface DateTimeFormatInfo
formatYearMonthNumDay
in class DefaultDateTimeFormatInfo
public String[] monthsFull()
DateTimeFormatInfo
monthsFull
in interface DateTimeFormatInfo
monthsFull
in class DefaultDateTimeFormatInfo
public String[] monthsNarrow()
DateTimeFormatInfo
monthsNarrow
in interface DateTimeFormatInfo
monthsNarrow
in class DefaultDateTimeFormatInfo
public String[] monthsShort()
DateTimeFormatInfo
monthsShort
in interface DateTimeFormatInfo
monthsShort
in class DefaultDateTimeFormatInfo
public String[] quartersFull()
DateTimeFormatInfo
quartersFull
in interface DateTimeFormatInfo
quartersFull
in class DefaultDateTimeFormatInfo
public String[] weekdaysFull()
DateTimeFormatInfo
weekdaysFull
in interface DateTimeFormatInfo
weekdaysFull
in class DefaultDateTimeFormatInfo
public String[] weekdaysNarrow()
DateTimeFormatInfo
weekdaysNarrow
in interface DateTimeFormatInfo
weekdaysNarrow
in class DefaultDateTimeFormatInfo
public String[] weekdaysShort()
DateTimeFormatInfo
weekdaysShort
in interface DateTimeFormatInfo
weekdaysShort
in class DefaultDateTimeFormatInfo
Copyright © 2018. All rights reserved.