com.google.gwt.i18n.client.impl.cldr
Class DateTimeFormatInfoImpl_ur_IN

java.lang.Object
  extended by com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
      extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl
          extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ur
              extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ur_IN
All Implemented Interfaces:
DateTimeFormatInfo, Localizable

public class DateTimeFormatInfoImpl_ur_IN
extends DateTimeFormatInfoImpl_ur

Implementation of DateTimeFormatInfo for locale "ur_IN".


Constructor Summary
DateTimeFormatInfoImpl_ur_IN()
           
 
Method Summary
 int weekendStart()
           
 
Methods inherited from class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ur
ampms, dateFormatFull, dateFormatLong, dateFormatMedium, dateFormatShort, erasFull, erasShort, formatYearMonthAbbrevDay, formatYearMonthFullDay, formatYearMonthNumDay, formatYearMonthWeekdayDay, monthsFull, monthsFullStandalone, monthsNarrow, monthsNarrowStandalone, monthsShort, monthsShortStandalone, quartersFull, quartersShort, weekdaysFull, weekdaysFullStandalone, weekdaysNarrow, weekdaysNarrowStandalone, weekdaysShort, weekdaysShortStandalone
 
Methods inherited from class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
dateFormat, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, firstDayOfTheWeek, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthFull, formatYearMonthNum, formatYearQuarterFull, formatYearQuarterShort, timeFormat, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort, weekendEnd
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormatInfoImpl_ur_IN

public DateTimeFormatInfoImpl_ur_IN()
Method Detail

weekendStart

public int weekendStart()
Specified by:
weekendStart in interface DateTimeFormatInfo
Overrides:
weekendStart in class DefaultDateTimeFormatInfo
Returns:
the day which ends the weekend, as an index into the return value of DateTimeFormatInfo.weekdaysFull(). Note that this value may be numerically less than DateTimeFormatInfo.weekendEnd() - for example, DateTimeFormatInfo.weekendEnd() of 6 and DateTimeFormatInfo.weekendStart() of 0 means Saturday and Sunday are the weekend.