public class

DateTimeFormatInfoImpl_pt_PT

extends DateTimeFormatInfoImpl_pt
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_pt
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pt_PT

Class Overview

Implementation of DateTimeFormatInfo for the "pt_PT" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_pt_PT()
Public Methods
String[] ampms()
Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.
String dateFormatMedium()
Returns a "medium" date format.
int firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as an index into the return value of weekdaysFull().
String formatHour12Minute()
Returns localized format equivalent to the "hm" skeleton pattern.
String formatHour12MinuteSecond()
Returns localized format equivalent to the "hms" 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[] 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.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pt
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_pt_PT ()

Public Methods

public String[] ampms ()

Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.

public String dateFormatMedium ()

Returns a "medium" date format.

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

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

public String formatHour12MinuteSecond ()

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

public String formatYearQuarterFull ()

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

public String formatYearQuarterShort ()

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

public String[] monthsFull ()

Returns an array of full month names.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] quartersFull ()

Returns an array of full quarter names.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.