public class

DateTimeFormatInfoImpl_ha_Arab

extends DateTimeFormatInfoImpl_ha
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_ha
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ha_Arab

Class Overview

Implementation of DateTimeFormatInfo for the "ha_Arab" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_ha_Arab()
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.
String[] monthsFull()
Returns an array of full month names.
String[] monthsShort()
Returns an array of month abbreviations.
String[] weekdaysFull()
Returns an array of the full names of weekdays.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ha
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_ha_Arab ()

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 String[] monthsFull ()

Returns an array of full month names.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] weekdaysFull ()

Returns an array of the full names of weekdays.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.