public class

DateTimeFormatInfoImpl_fr_CA

extends DateTimeFormatInfoImpl_fr
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_fr
         ↳ com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_fr_CA

Class Overview

Implementation of DateTimeFormatInfo for the "fr_CA" locale.

Summary

Public Constructors
DateTimeFormatInfoImpl_fr_CA()
Public Methods
String dateFormatMedium()
Returns a "medium" date format.
String dateFormatShort()
Returns a "short" date format.
int firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as an index into the return value of weekdaysFull().
String formatMonthNumDay()
Returns localized format equivalent to the "Md" skeleton pattern.
String formatYearMonthNum()
Returns localized format equivalent to the "yM" skeleton pattern.
String formatYearMonthNumDay()
Returns localized format equivalent to the "yMd" skeleton pattern.
String timeFormatFull()
Returns a "full" time format.
[Expand]
Inherited Methods
From class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_fr
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_fr_CA ()

Public Methods

public String dateFormatMedium ()

Returns a "medium" date format.

public String dateFormatShort ()

Returns a "short" date format.

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

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

public String formatYearMonthNum ()

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

public String formatYearMonthNumDay ()

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

public String timeFormatFull ()

Returns a "full" time format.