public class

DateTimeFormatInfoImpl_ps_AF

extends DateTimeFormatInfoImpl_ps
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_ps
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ps_AF

Class Overview

Implementation of DateTimeFormatInfo for the "ps_AF" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_ps_AF()
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().
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_ps
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_ps_AF ()

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