public class DateTimeFormatInfoImpl_en_IL extends DateTimeFormatInfoImpl_en_001
| Constructor and Description |
|---|
DateTimeFormatInfoImpl_en_IL() |
| 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 |
formatHour24Minute()
Returns localized format equivalent to the "Hm" skeleton pattern.
|
String |
formatHour24MinuteSecond()
Returns localized format equivalent to the "Hms" skeleton pattern.
|
String |
timeFormatFull()
Returns a "full" time format.
|
String |
timeFormatLong()
Returns a "long" time format.
|
String |
timeFormatMedium()
Returns a "medium" time format.
|
String |
timeFormatShort()
Returns a "short" time format.
|
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, formatMonthAbbrevDay, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYearMonthAbbrevDay, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearMonthWeekdayDaydateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, formatYearMonthAbbrev, formatYearMonthFull, formatYearQuarterFull, formatYearQuarterShortdateFormat, dateTime, erasFull, erasShort, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthFull, formatYear, monthsFull, monthsFullStandalone, monthsNarrow, monthsNarrowStandalone, monthsShort, monthsShortStandalone, quartersFull, quartersShort, timeFormat, weekdaysFull, weekdaysFullStandalone, weekdaysNarrow, weekdaysNarrowStandalone, weekdaysShort, weekdaysShortStandalonepublic int firstDayOfTheWeek()
DateTimeFormatInfoDateTimeFormatInfo.weekdaysFull().firstDayOfTheWeek in interface DateTimeFormatInfofirstDayOfTheWeek in class DateTimeFormatInfoImpl_en_001public String formatHour24Minute()
DateTimeFormatInfoformatHour24Minute in interface DateTimeFormatInfoformatHour24Minute in class DefaultDateTimeFormatInfopublic String formatHour24MinuteSecond()
DateTimeFormatInfoformatHour24MinuteSecond in interface DateTimeFormatInfoformatHour24MinuteSecond in class DefaultDateTimeFormatInfopublic String timeFormatFull()
DateTimeFormatInfotimeFormatFull in interface DateTimeFormatInfotimeFormatFull in class DateTimeFormatInfoImpl_enpublic String timeFormatLong()
DateTimeFormatInfotimeFormatLong in interface DateTimeFormatInfotimeFormatLong in class DateTimeFormatInfoImpl_enpublic String timeFormatMedium()
DateTimeFormatInfotimeFormatMedium in interface DateTimeFormatInfotimeFormatMedium in class DateTimeFormatInfoImpl_enpublic String timeFormatShort()
DateTimeFormatInfotimeFormatShort in interface DateTimeFormatInfotimeFormatShort in class DateTimeFormatInfoImpl_enpublic 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 © 2018. All rights reserved.