public class DateTimeFormatInfoImpl_ar_IQ extends DateTimeFormatInfoImpl_ar_001
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_ar_IQ() |
| Modifier and Type | Method and Description |
|---|---|
int |
firstDayOfTheWeek()
Returns the day which generally comes first in a weekly calendar view, as
an index into the return value of
DateTimeFormatInfo.weekdaysFull(). |
String[] |
monthsFull()
Returns an array of full month names.
|
String[] |
monthsNarrow()
Returns an array of the shortest abbreviations for months, typically a
single character and not guaranteed to be unique.
|
String[] |
monthsShort()
Returns an array of month abbreviations.
|
String[] |
monthsShortStandalone()
Returns an array of month abbreviations, suitable for use in a stand-alone
context.
|
int |
weekendEnd()
Returns the day which ends the weekend, as an index into the return value
of
DateTimeFormatInfo.weekdaysFull(). |
int |
weekendStart()
Returns the day which starts the weekend, as an index into the return value
of
DateTimeFormatInfo.weekdaysFull(). |
ampms, dateFormatFull, dateFormatLong, dateFormatMedium, dateFormatShort, erasFull, erasShort, formatMonthAbbrevDay, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearMonthWeekdayDay, formatYearQuarterFull, formatYearQuarterShort, quartersFull, quartersShort, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort, weekdaysFull, weekdaysNarrow, weekdaysShortdateFormat, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthFull, formatYear, monthsFullStandalone, monthsNarrowStandalone, timeFormat, weekdaysFullStandalone, weekdaysNarrowStandalone, weekdaysShortStandalonepublic int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_ar_001public String[] monthsFull()
DateTimeFormatInfomonthsFull in interface DateTimeFormatInfomonthsFull in class DateTimeFormatInfoImpl_arpublic String[] monthsNarrow()
DateTimeFormatInfomonthsNarrow in interface DateTimeFormatInfomonthsNarrow in class DateTimeFormatInfoImpl_arpublic String[] monthsShort()
DateTimeFormatInfomonthsShort in interface DateTimeFormatInfomonthsShort in class DateTimeFormatInfoImpl_arpublic String[] monthsShortStandalone()
DateTimeFormatInfomonthsShortStandalone in interface DateTimeFormatInfomonthsShortStandalone in class DefaultDateTimeFormatInfopublic int weekendEnd()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().
Note that this value may be numerically less than
DateTimeFormatInfo.weekendStart() - for example, DateTimeFormatInfo.weekendStart() of 6 and
DateTimeFormatInfo.weekendEnd() of 0 means Saturday and Sunday are the weekend.
weekendEnd in interface DateTimeFormatInfoweekendEnd in class DateTimeFormatInfoImpl_ar_001public int weekendStart()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().weekendStart in interface DateTimeFormatInfoweekendStart in class DateTimeFormatInfoImpl_ar_001Copyright © 2018. All rights reserved.