public class

DateTimeFormatInfoImpl_es_AR

extends DateTimeFormatInfoImpl_es
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_es
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_es_AR

Class Overview

Implementation of DateTimeFormatInfo for the "es_AR" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_es_AR()
Public Methods
int firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as an index into the return value of weekdaysFull().
String formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
String timeFormatFull()
Returns a "full" time format.
String timeFormatLong()
Returns a "long" time format.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_es
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_es_AR ()

Public Methods

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

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

public String timeFormatFull ()

Returns a "full" time format.

public String timeFormatLong ()

Returns a "long" time format.