public class

DateTimeFormatInfoImpl_pa_PK

extends DateTimeFormatInfoImpl_pa
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_pa
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pa_PK

Class Overview

Implementation of DateTimeFormatInfo for the "pa_PK" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_pa_PK()
Public Methods
String[] erasFull()
Returns an array of the full 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[] 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[] quartersShort()
Returns an array of abbreviations for quarters.
String[] weekdaysFull()
Returns an array of the full names of weekdays.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pa
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_pa_PK ()

Public Methods

public String[] erasFull ()

Returns an array of the full 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[] 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[] quartersShort ()

Returns an array of abbreviations for quarters.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.