Uses of Enum Class
net.time4j.calendar.hindu.HinduEra
-
Uses of HinduEra in net.time4j.calendar.hindu
Modifier and TypeFieldDescriptionstatic ChronoElement<HinduEra>
HinduCalendar.ERA
Represents the Hindu era.Modifier 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.Modifier 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.