Uses of Interface
net.time4j.format.LocalizedPatternSupport
Packages that use LocalizedPatternSupport
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment.Support for various regional calendars.
Support for the traditional Hindu calendar family.
This package contains the expert-level format- and parse engine of Time4J.
Interval support.
-
Uses of LocalizedPatternSupport in net.time4j
Classes in net.time4j that implement LocalizedPatternSupportModifier and TypeClassDescriptionclassRepresents a combination of month and day-of-month as XML-pendant forxsd:gMonthDay.classRepresents a plain calendar date in conformance to ISO-8601-standard using the gregorian calendar rules for all times.classRepresents a plain wall time without any timezone or date component as defined in ISO-8601 up to nanosecond precision.classRepresents a plain composition of calendar date and wall time as defined in ISO-8601, but without any timezone. -
Uses of LocalizedPatternSupport in net.time4j.calendar
Classes in net.time4j.calendar that implement LocalizedPatternSupportModifier and TypeClassDescriptionclassRepresents the Chinese calendar supported in the gregorian range 1645-01-28/3000-01-27.classRepresents the calendar used by the Coptic church in Egypt.classRepresents the calendar used in Ethiopia.classRepresents the 12-hour-time in second precision used in Ethiopia starting in the morning at 6 AM as zero point.classRepresents the calendar used by the worldwide Jewish community, but mainly in Israel for religious purposes.classRepresents the Hijri calendar used in many islamic countries.classRepresents the historic christian calendar used in most European countries.classRepresents the national calendar of India.classRepresents the Japanese calendar from 701 AD (julian) until now.classThe Juche calendar used in North Korea uses as only difference to western gregorian calendar a different year numbering with the Juche era 1912-01-01.classRepresents the proleptic Julian calendar.classRepresents the traditional Koran calendar supported in the gregorian range 1645-01-28/3000-01-27.classThe Minguo calendar used in Taiwan (Republic Of China) uses as only difference to western gregorian calendar a different year numbering with the Minguo era 1912-01-01.classRepresents the Solar Hijri calendar which is officially used in Iran and Afghanistan.classThe Thai solar calendar calendar used in Thailand uses as only difference to western gregorian calendar a different year numbering with the Buddhist era mainly.classRepresents the Vietnamese calendar supported in the gregorian range 1813-02-01/3000-01-27. -
Uses of LocalizedPatternSupport in net.time4j.calendar.hindu
Classes in net.time4j.calendar.hindu that implement LocalizedPatternSupportModifier and TypeClassDescriptionclassThe traditional Hindu calendar which exists in many regional variants throughout the Indian subcontinent. -
Uses of LocalizedPatternSupport in net.time4j.format.expert
Methods in net.time4j.format.expert with type parameters of type LocalizedPatternSupportModifier and TypeMethodDescriptionstatic <T extends LocalizedPatternSupport>
ChronoFormatter<T>ChronoFormatter.ofStyle(FormatStyle style, Locale locale, Chronology<T> chronology)Constructs a style-based formatter for general chronologies.static <T extends LocalizedPatternSupport>
ChronoFormatter<T>ChronoFormatter.ofStyle(DisplayMode style, Locale locale, Chronology<T> chronology)Deprecated. -
Uses of LocalizedPatternSupport in net.time4j.range
Classes in net.time4j.range that implement LocalizedPatternSupportModifier and TypeClassDescriptionclassRepresents the month of a gregorian calendar year as interval (like from 1st of January until end of January).classRepresents the quarter of a gregorian calendar year as interval (like from 1st of January until end of March).classRepresents the calendar week starting on Monday according to ISO-8601-paper.classRepresents a full gregorian calendar year as interval from 1st of January until end of December.
ChronoFormatter.ofStyle(FormatStyle, Locale, Chronology)