public class

DateTimeFormatInfoImpl_zh_MO

extends DateTimeFormatInfoImpl_zh
java.lang.Object
   ↳ com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
     ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl
       ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_zh
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_zh_MO
Known Direct Subclasses

Class Overview

Implementation of DateTimeFormatInfo for the "zh_MO" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_zh_MO()
Public Methods
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[] 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 weekdaysFull().
String formatHour12MinuteSecond()
Returns localized format equivalent to the "hms" skeleton pattern.
String formatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
String formatYearMonthAbbrev()
Returns localized format equivalent to the "yMMM" skeleton pattern.
String formatYearMonthFull()
Returns localized format equivalent to the "yMMMM" skeleton pattern.
String formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
String formatYearMonthWeekdayDay()
Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.
String[] monthsNarrow()
Returns an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.
String[] quartersFull()
Returns an array of full quarter names.
String timeFormatFull()
Returns a "full" time format.
String timeFormatLong()
Returns a "long" time format.
String timeFormatMedium()
Returns a "medium" time format.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_zh
From class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
From class java.lang.Object
From interface com.google.gwt.i18n.client.DateTimeFormatInfo

Public Constructors

public DateTimeFormatInfoImpl_zh_MO ()

Public Methods

public String dateFormatFull ()

Returns a "full" date format.

public String dateFormatLong ()

Returns a "long" date format.

public String dateFormatMedium ()

Returns a "medium" date format.

public String dateFormatShort ()

Returns a "short" date format.

public String[] erasFull ()

Returns an array of the full era names.

public String[] erasShort ()

Returns abbreviations of the era names.

public int firstDayOfTheWeek ()

Returns the day which generally comes first in a weekly calendar view, as an index into the return value of weekdaysFull().

public String formatHour12MinuteSecond ()

Returns localized format equivalent to the "hms" skeleton pattern.

public String formatMonthNumDay ()

Returns localized format equivalent to the "Md" skeleton pattern.

public String formatYearMonthAbbrev ()

Returns localized format equivalent to the "yMMM" skeleton pattern.

public String formatYearMonthFull ()

Returns localized format equivalent to the "yMMMM" skeleton pattern.

public String formatYearMonthNum ()

Returns localized format equivalent to the "yM" skeleton pattern.

public String formatYearMonthWeekdayDay ()

Returns localized format equivalent to the "yMMMEEEd" skeleton pattern.

public String[] monthsNarrow ()

Returns an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.

public String[] quartersFull ()

Returns an array of full quarter names.

public String timeFormatFull ()

Returns a "full" time format.

public String timeFormatLong ()

Returns a "long" time format.

public String timeFormatMedium ()

Returns a "medium" time format.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.