public class

DateTimeFormatInfoImpl_uz_Arab

extends DateTimeFormatInfoImpl_uz
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_uz
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_uz_Arab

Class Overview

Implementation of DateTimeFormatInfo for the "uz_Arab" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_uz_Arab()
Public Methods
String dateFormatFull()
Returns a "full" date format.
String dateFormatLong()
Returns a "long" date format.
String dateFormatMedium()
Returns a "medium" date format.
String dateFormatShort()
Returns a "short" date format.
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[] monthsFull()
Returns an array of full month names.
String[] monthsShort()
Returns an array of month abbreviations.
String timeFormatFull()
Returns a "full" time format.
String timeFormatLong()
Returns a "long" time format.
String timeFormatMedium()
Returns a "medium" time format.
String timeFormatShort()
Returns a "short" time format.
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_uz
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_uz_Arab ()

Public Methods

public String dateFormatFull ()

Returns a "full" date format.

public String dateFormatLong ()

Returns a "long" date format.

public String dateFormatMedium ()

Returns a "medium" date format.

public String dateFormatShort ()

Returns a "short" date format.

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

Returns an array of full month names.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String timeFormatFull ()

Returns a "full" time format.

public String timeFormatLong ()

Returns a "long" time format.

public String timeFormatMedium ()

Returns a "medium" time format.

public String timeFormatShort ()

Returns a "short" time format.

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