public class DateTimeFormatInfoImpl_ps_AF extends DateTimeFormatInfoImpl_ps
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_ps_AF() |
| 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(). |
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, dateFormatShort, erasFull, erasShort, formatHour24Minute, formatHour24MinuteSecond, formatMonthFullDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearMonthWeekdayDay, formatYearQuarterFull, formatYearQuarterShort, monthsFull, monthsFullStandalone, monthsNarrow, monthsNarrowStandalone, monthsShort, monthsShortStandalone, quartersFull, quartersShort, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort, weekdaysFull, weekdaysShortdateFormat, dateFormatMedium, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullWeekdayDay, timeFormat, weekdaysFullStandalone, weekdaysNarrow, weekdaysNarrowStandalone, weekdaysShortStandalonepublic int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_pspublic 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 DefaultDateTimeFormatInfopublic int weekendStart()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().weekendStart in interface DateTimeFormatInfoweekendStart in class DefaultDateTimeFormatInfoCopyright © 2019. All rights reserved.