public class

DateTimeFormatInfoImpl_bn_IN

extends DateTimeFormatInfoImpl_bn
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_bn
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_bn_IN

Class Overview

Implementation of DateTimeFormatInfo for the "bn_IN" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_bn_IN()
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[] quartersFull()
Returns an array of full quarter names.
String[] quartersShort()
Returns an array of abbreviations for quarters.
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_bn
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_bn_IN ()

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

Returns an array of full quarter names.

public String[] quartersShort ()

Returns an array of abbreviations for quarters.

public int weekendStart ()

Returns the day which starts the weekend, as an index into the return value of weekdaysFull().