public class

DateTimeFormatInfoImpl_shi_Tfng

extends DateTimeFormatInfoImpl_shi
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_shi
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_shi_Tfng

Class Overview

Implementation of DateTimeFormatInfo for the "shi_Tfng" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_shi_Tfng()
Public Methods
String[] ampms()
Returns array of strings containing abbreviations for Ante Meridiem and Post Meridiem.
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 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[] 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[] 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.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
int weekendEnd()
Returns the day which ends the weekend, as an index into the return value of weekdaysFull().
int weekendStart()
Returns the day which starts the weekend, as an index into the return value of weekdaysFull().
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_shi
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_shi_Tfng ()

Public Methods

public String[] ampms ()

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

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 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[] 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[] 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.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.

public int weekendEnd ()

Returns the day which ends the weekend, as an index into the return value of weekdaysFull().

Note that this value may be numerically less than weekendStart() - for example, weekendStart() of 6 and weekendEnd() of 0 means Saturday and Sunday are the weekend.

public int weekendStart ()

Returns the day which starts the weekend, as an index into the return value of weekdaysFull().