public class

DateTimeFormatInfoImpl_ar_DZ

extends DateTimeFormatInfoImpl_ar
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_ar
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ar_DZ

Class Overview

Implementation of DateTimeFormatInfo for the "ar_DZ" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_ar_DZ()
Public Methods
String dateFormatMedium()
Returns a "medium" date format.
String dateFormatShort()
Returns a "short" date format.
String formatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
String formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
String formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
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_ar
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_ar_DZ ()

Public Methods

public String dateFormatMedium ()

Returns a "medium" date format.

public String dateFormatShort ()

Returns a "short" date format.

public String formatMonthNumDay ()

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

public String formatYearMonthNum ()

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

public String formatYearMonthNumDay ()

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

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