public class

DateTimeFormatInfoImpl_cy

extends DateTimeFormatInfoImpl
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_cy

Class Overview

Implementation of DateTimeFormatInfo for the "cy" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_cy()
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.
String formatMonthNumDay()
Returns localized format equivalent to the "Md" 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[] 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 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[] 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.
String[] weekdaysShortStandalone()
Returns an array of abbreviations for weekdays, suitable for use in a stand-alone context.
[Expand]
Inherited Methods
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_cy ()

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 String formatMonthNumDay ()

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

public String[] monthsFull ()

Returns an array of full month names.

public String[] monthsFullStandalone ()

Returns an array of month names for use in a stand-alone context.

public String[] monthsNarrow ()

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

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] monthsShortStandalone ()

Returns an array of month abbreviations, suitable for use in a stand-alone context.

public String[] quartersFull ()

Returns an array of full quarter names.

public String[] quartersShort ()

Returns an array of abbreviations for quarters.

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 timeFormatShort ()

Returns a "short" time format.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.

public String[] weekdaysNarrow ()

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

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.

public String[] weekdaysShortStandalone ()

Returns an array of abbreviations for weekdays, suitable for use in a stand-alone context.