public class DateTimeFormatInfoImpl_en_UM extends DateTimeFormatInfoImpl_en_001
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_en_UM() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ampms()
Returns array of strings containing abbreviations for Ante Meridiem and
Post Meridiem.
|
String |
dateFormat()
Returns a safe default date format.
|
String |
dateFormatFull()
Returns a "full" date format.
|
String |
dateFormatLong()
Returns a "long" date format.
|
String |
dateFormatMedium()
Returns a "medium" date format.
|
String |
dateFormatShort()
Returns a "short" date format.
|
String |
dateTime(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using the locale default joining.
|
String |
dateTimeFull(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
String |
dateTimeLong(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
String |
dateTimeMedium(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
String |
dateTimeShort(String timePattern,
String datePattern)
Returns a date/time format from a date format pattern and a time format
pattern, using "full" joining.
|
String[] |
erasFull()
Returns an array of the full era names.
|
String[] |
erasShort()
Returns abbreviations of the era names.
|
int |
firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as
an index into the return value of
DateTimeFormatInfo.weekdaysFull(). |
String |
formatDay()
Returns localized format equivalent to the "d" skeleton pattern.
|
String |
formatHour12Minute()
Returns localized format equivalent to the "hm" skeleton pattern.
|
String |
formatHour12MinuteSecond()
Returns localized format equivalent to the "hms" skeleton pattern.
|
String |
formatHour24Minute()
Returns localized format equivalent to the "Hm" skeleton pattern.
|
String |
formatHour24MinuteSecond()
Returns localized format equivalent to the "Hms" skeleton pattern.
|
String |
formatMinuteSecond()
Returns localized format equivalent to the "ms" skeleton pattern.
|
String |
formatMonthAbbrev()
Returns localized format equivalent to the "MMM" skeleton pattern.
|
String |
formatMonthAbbrevDay()
Returns localized format equivalent to the "MMMd" skeleton pattern.
|
String |
formatMonthFull()
Returns localized format equivalent to the "MMMM" skeleton pattern.
|
String |
formatMonthFullDay()
Returns localized format equivalent to the "MMMMd" skeleton pattern.
|
String |
formatMonthFullWeekdayDay()
Returns localized format equivalent to the "MMMMEEEEd" skeleton pattern.
|
String |
formatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
|
String |
formatYear()
Returns localized format equivalent to the "y" skeleton pattern.
|
String |
formatYearMonthAbbrev()
Returns localized format equivalent to the "yMMM" skeleton pattern.
|
String |
formatYearMonthAbbrevDay()
Returns localized format equivalent to the "yMMMd" skeleton pattern.
|
String |
formatYearMonthFull()
Returns localized format equivalent to the "yMMMM" skeleton pattern.
|
String |
formatYearMonthFullDay()
Returns localized format equivalent to the "yMMMMd" skeleton pattern.
|
String |
formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
|
String |
formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
|
String |
formatYearMonthWeekdayDay()
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
|
String |
formatYearQuarterFull()
Returns localized format equivalent to the "yQQQQ" skeleton pattern.
|
String |
formatYearQuarterShort()
Returns localized format equivalent to the "yQ" skeleton pattern.
|
String[] |
monthsFull()
Returns an array of full month names.
|
String[] |
monthsFullStandalone()
Returns an array of month names for use in a stand-alone context.
|
String[] |
monthsNarrow()
Returns an array of the shortest abbreviations for months, typically a
single character and not guaranteed to be unique.
|
String[] |
monthsNarrowStandalone()
Returns an array of the shortest abbreviations for months suitable for use
in a stand-alone context, typically a single character and not guaranteed
to be unique.
|
String[] |
monthsShort()
Returns an array of month abbreviations.
|
String[] |
monthsShortStandalone()
Returns an array of month abbreviations, suitable for use in a stand-alone
context.
|
String[] |
quartersFull()
Returns an array of full quarter names.
|
String[] |
quartersShort()
Returns an array of abbreviations for quarters.
|
String |
timeFormat()
Returns a safe default time format.
|
String |
timeFormatFull()
Returns a "full" time format.
|
String |
timeFormatLong()
Returns a "long" time format.
|
String |
timeFormatMedium()
Returns a "medium" time format.
|
String |
timeFormatShort()
Returns a "short" time format.
|
String[] |
weekdaysFull()
Returns an array of the full names of weekdays.
|
String[] |
weekdaysFullStandalone()
Returns an array of the full names of weekdays, suitable for use in a
stand-alone context.
|
String[] |
weekdaysNarrow()
Returns an array of the shortest abbreviations for weekdays, typically a
single character and not guaranteed to be unique.
|
String[] |
weekdaysNarrowStandalone()
Returns an array of the shortest abbreviations for weekdays suitable for
use in a stand-alone context, typically a single character and not
guaranteed to be unique.
|
String[] |
weekdaysShort()
Returns an array of abbreviations for weekdays.
|
String[] |
weekdaysShortStandalone()
Returns an array of abbreviations for weekdays, suitable for use in a
stand-alone context.
|
int |
weekendEnd()
Returns the day which ends the weekend, as an index into the return value
of
DateTimeFormatInfo.weekdaysFull(). |
int |
weekendStart()
Returns the day which starts the weekend, as an index into the return value
of
DateTimeFormatInfo.weekdaysFull(). |
public String[] ampms()
DateTimeFormatInfoampms in interface DateTimeFormatInfoampms in class DateTimeFormatInfoImpl_en_001public String dateFormat()
DateTimeFormatInfodateFormat in interface DateTimeFormatInfodateFormat in class DateTimeFormatInfoImpl_en_001public String dateFormatFull()
DateTimeFormatInfodateFormatFull in interface DateTimeFormatInfodateFormatFull in class DateTimeFormatInfoImpl_en_001public String dateFormatLong()
DateTimeFormatInfodateFormatLong in interface DateTimeFormatInfodateFormatLong in class DateTimeFormatInfoImpl_en_001public String dateFormatMedium()
DateTimeFormatInfodateFormatMedium in interface DateTimeFormatInfodateFormatMedium in class DateTimeFormatInfoImpl_en_001public String dateFormatShort()
DateTimeFormatInfodateFormatShort in interface DateTimeFormatInfodateFormatShort in class DateTimeFormatInfoImpl_en_001public String dateTime(String timePattern, String datePattern)
DateTimeFormatInfodateTime in interface DateTimeFormatInfodateTime in class DateTimeFormatInfoImpl_en_001timePattern - the time pattern StringdatePattern - the data pattern Stringpublic String dateTimeFull(String timePattern, String datePattern)
DateTimeFormatInfodateTimeFull in interface DateTimeFormatInfodateTimeFull in class DateTimeFormatInfoImpl_en_001timePattern - the time pattern StringdatePattern - the data pattern Stringpublic String dateTimeLong(String timePattern, String datePattern)
DateTimeFormatInfodateTimeLong in interface DateTimeFormatInfodateTimeLong in class DateTimeFormatInfoImpl_en_001timePattern - the time pattern StringdatePattern - the data pattern Stringpublic String dateTimeMedium(String timePattern, String datePattern)
DateTimeFormatInfodateTimeMedium in interface DateTimeFormatInfodateTimeMedium in class DateTimeFormatInfoImpl_en_001timePattern - the time pattern StringdatePattern - the data pattern Stringpublic String dateTimeShort(String timePattern, String datePattern)
DateTimeFormatInfodateTimeShort in interface DateTimeFormatInfodateTimeShort in class DateTimeFormatInfoImpl_en_001timePattern - the time pattern StringdatePattern - the data pattern Stringpublic String[] erasFull()
DateTimeFormatInfoerasFull in interface DateTimeFormatInfoerasFull in class DateTimeFormatInfoImpl_en_001public String[] erasShort()
DateTimeFormatInfoerasShort in interface DateTimeFormatInfoerasShort in class DateTimeFormatInfoImpl_en_001public int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_en_001public String formatDay()
DateTimeFormatInfoformatDay in interface DateTimeFormatInfoformatDay in class DateTimeFormatInfoImpl_en_001public String formatHour12Minute()
DateTimeFormatInfoformatHour12Minute in interface DateTimeFormatInfoformatHour12Minute in class DateTimeFormatInfoImpl_en_001public String formatHour12MinuteSecond()
DateTimeFormatInfoformatHour12MinuteSecond in interface DateTimeFormatInfoformatHour12MinuteSecond in class DateTimeFormatInfoImpl_en_001public String formatHour24Minute()
DateTimeFormatInfoformatHour24Minute in interface DateTimeFormatInfoformatHour24Minute in class DateTimeFormatInfoImpl_en_001public String formatHour24MinuteSecond()
DateTimeFormatInfoformatHour24MinuteSecond in interface DateTimeFormatInfoformatHour24MinuteSecond in class DateTimeFormatInfoImpl_en_001public String formatMinuteSecond()
DateTimeFormatInfoformatMinuteSecond in interface DateTimeFormatInfoformatMinuteSecond in class DateTimeFormatInfoImpl_en_001public String formatMonthAbbrev()
DateTimeFormatInfoformatMonthAbbrev in interface DateTimeFormatInfoformatMonthAbbrev in class DateTimeFormatInfoImpl_en_001public String formatMonthAbbrevDay()
DateTimeFormatInfoformatMonthAbbrevDay in interface DateTimeFormatInfoformatMonthAbbrevDay in class DateTimeFormatInfoImpl_en_001public String formatMonthFull()
DateTimeFormatInfoformatMonthFull in interface DateTimeFormatInfoformatMonthFull in class DateTimeFormatInfoImpl_en_001public String formatMonthFullDay()
DateTimeFormatInfoformatMonthFullDay in interface DateTimeFormatInfoformatMonthFullDay in class DateTimeFormatInfoImpl_en_001public String formatMonthFullWeekdayDay()
DateTimeFormatInfoformatMonthFullWeekdayDay in interface DateTimeFormatInfoformatMonthFullWeekdayDay in class DateTimeFormatInfoImpl_en_001public String formatMonthNumDay()
DateTimeFormatInfoformatMonthNumDay in interface DateTimeFormatInfoformatMonthNumDay in class DateTimeFormatInfoImpl_en_001public String formatYear()
DateTimeFormatInfoformatYear in interface DateTimeFormatInfoformatYear in class DateTimeFormatInfoImpl_en_001public String formatYearMonthAbbrev()
DateTimeFormatInfoformatYearMonthAbbrev in interface DateTimeFormatInfoformatYearMonthAbbrev in class DateTimeFormatInfoImpl_en_001public String formatYearMonthAbbrevDay()
DateTimeFormatInfoformatYearMonthAbbrevDay in interface DateTimeFormatInfoformatYearMonthAbbrevDay in class DateTimeFormatInfoImpl_en_001public String formatYearMonthFull()
DateTimeFormatInfoformatYearMonthFull in interface DateTimeFormatInfoformatYearMonthFull in class DateTimeFormatInfoImpl_en_001public String formatYearMonthFullDay()
DateTimeFormatInfoformatYearMonthFullDay in interface DateTimeFormatInfoformatYearMonthFullDay in class DateTimeFormatInfoImpl_en_001public String formatYearMonthNum()
DateTimeFormatInfoformatYearMonthNum in interface DateTimeFormatInfoformatYearMonthNum in class DateTimeFormatInfoImpl_en_001public String formatYearMonthNumDay()
DateTimeFormatInfoformatYearMonthNumDay in interface DateTimeFormatInfoformatYearMonthNumDay in class DateTimeFormatInfoImpl_en_001public String formatYearMonthWeekdayDay()
DateTimeFormatInfoformatYearMonthWeekdayDay in interface DateTimeFormatInfoformatYearMonthWeekdayDay in class DateTimeFormatInfoImpl_en_001public String formatYearQuarterFull()
DateTimeFormatInfoformatYearQuarterFull in interface DateTimeFormatInfoformatYearQuarterFull in class DateTimeFormatInfoImpl_en_001public String formatYearQuarterShort()
DateTimeFormatInfoformatYearQuarterShort in interface DateTimeFormatInfoformatYearQuarterShort in class DateTimeFormatInfoImpl_en_001public String[] monthsFull()
DateTimeFormatInfomonthsFull in interface DateTimeFormatInfomonthsFull in class DateTimeFormatInfoImpl_en_001public String[] monthsFullStandalone()
DateTimeFormatInfomonthsFullStandalone in interface DateTimeFormatInfomonthsFullStandalone in class DateTimeFormatInfoImpl_en_001public String[] monthsNarrow()
DateTimeFormatInfomonthsNarrow in interface DateTimeFormatInfomonthsNarrow in class DateTimeFormatInfoImpl_en_001public String[] monthsNarrowStandalone()
DateTimeFormatInfomonthsNarrowStandalone in interface DateTimeFormatInfomonthsNarrowStandalone in class DateTimeFormatInfoImpl_en_001public String[] monthsShort()
DateTimeFormatInfomonthsShort in interface DateTimeFormatInfomonthsShort in class DateTimeFormatInfoImpl_en_001public String[] monthsShortStandalone()
DateTimeFormatInfomonthsShortStandalone in interface DateTimeFormatInfomonthsShortStandalone in class DateTimeFormatInfoImpl_en_001public String[] quartersFull()
DateTimeFormatInfoquartersFull in interface DateTimeFormatInfoquartersFull in class DateTimeFormatInfoImpl_en_001public String[] quartersShort()
DateTimeFormatInfoquartersShort in interface DateTimeFormatInfoquartersShort in class DateTimeFormatInfoImpl_en_001public String timeFormat()
DateTimeFormatInfotimeFormat in interface DateTimeFormatInfotimeFormat in class DateTimeFormatInfoImpl_en_001public String timeFormatFull()
DateTimeFormatInfotimeFormatFull in interface DateTimeFormatInfotimeFormatFull in class DateTimeFormatInfoImpl_en_001public String timeFormatLong()
DateTimeFormatInfotimeFormatLong in interface DateTimeFormatInfotimeFormatLong in class DateTimeFormatInfoImpl_en_001public String timeFormatMedium()
DateTimeFormatInfotimeFormatMedium in interface DateTimeFormatInfotimeFormatMedium in class DateTimeFormatInfoImpl_en_001public String timeFormatShort()
DateTimeFormatInfotimeFormatShort in interface DateTimeFormatInfotimeFormatShort in class DateTimeFormatInfoImpl_en_001public String[] weekdaysFull()
DateTimeFormatInfoweekdaysFull in interface DateTimeFormatInfoweekdaysFull in class DateTimeFormatInfoImpl_en_001public String[] weekdaysFullStandalone()
DateTimeFormatInfoweekdaysFullStandalone in interface DateTimeFormatInfoweekdaysFullStandalone in class DateTimeFormatInfoImpl_en_001public String[] weekdaysNarrow()
DateTimeFormatInfoweekdaysNarrow in interface DateTimeFormatInfoweekdaysNarrow in class DateTimeFormatInfoImpl_en_001public String[] weekdaysNarrowStandalone()
DateTimeFormatInfoweekdaysNarrowStandalone in interface DateTimeFormatInfoweekdaysNarrowStandalone in class DateTimeFormatInfoImpl_en_001public String[] weekdaysShort()
DateTimeFormatInfoweekdaysShort in interface DateTimeFormatInfoweekdaysShort in class DateTimeFormatInfoImpl_en_001public String[] weekdaysShortStandalone()
DateTimeFormatInfoweekdaysShortStandalone in interface DateTimeFormatInfoweekdaysShortStandalone in class DateTimeFormatInfoImpl_en_001public int weekendEnd()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().
Note that this value may be numerically less than
DateTimeFormatInfo.weekendStart() - for example, DateTimeFormatInfo.weekendStart() of 6 and
DateTimeFormatInfo.weekendEnd() of 0 means Saturday and Sunday are the weekend.
weekendEnd in interface DateTimeFormatInfoweekendEnd in class DateTimeFormatInfoImpl_en_001public int weekendStart()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().weekendStart in interface DateTimeFormatInfoweekendStart in class DateTimeFormatInfoImpl_en_001Copyright © 2019–2020 The GWT Project Authors. All rights reserved.