public class

DateTimeFormatInfoImpl_uz_Latn

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_Latn

Class Overview

Implementation of DateTimeFormatInfo for the "uz_Latn" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_uz_Latn()
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 formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
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[] weekdaysFull()
Returns an array of the full names of weekdays.
String[] weekdaysNarrow()
Returns an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
[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_Latn ()

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

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

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

Returns an array of the full names of weekdays.

public String[] weekdaysNarrow ()

Returns an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.