Uses of Enum Class
net.time4j.calendar.hindu.HinduEra
Packages that use HinduEra
-
Uses of HinduEra in net.time4j.calendar.hindu
Fields in net.time4j.calendar.hindu with type parameters of type HinduEraModifier and TypeFieldDescriptionstatic ChronoElement<HinduEra>
HinduCalendar.ERA
Represents the Hindu era.Methods in net.time4j.calendar.hindu that return HinduEraModifier and TypeMethodDescriptionHinduVariant.getDefaultEra()
Obtains the default era.HinduCalendar.getEra()
Obtains the era from the current Hindu variant.static HinduEra
Returns the enum constant of this class with the specified name.static HinduEra[]
HinduEra.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar.hindu with parameters of type HinduEraModifier and TypeMethodDescriptionstatic boolean
HinduCalendar.isValid(HinduVariant variant, HinduEra era, int yearOfEra, HinduMonth month, HinduDay dayOfMonth)
Queries if given parameter values form a well defined Hindu date before instantiating the date.static HinduCalendar
HinduCalendar.of(HinduVariant variant, HinduEra era, int yearOfEra, HinduMonth month, HinduDay dayOfMonth)
Creates an Hindu calendar with given components.Creates a copy of this variant with given preferred era.int
Scales given year of era to another year related to this era.