public class

DateTimeFormatInfoImpl_ar_SY

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_SY

Class Overview

Implementation of DateTimeFormatInfo for the "ar_SY" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_ar_SY()
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[] monthsFull()
Returns an array of full month names.
String[] monthsShort()
Returns an array of month abbreviations.
String[] weekdaysShort()
Returns an array of abbreviations for weekdays.
[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_SY ()

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

Returns an array of full month names.

public String[] monthsShort ()

Returns an array of month abbreviations.

public String[] weekdaysShort ()

Returns an array of abbreviations for weekdays.