Uses of Enum Class
net.time4j.calendar.frenchrev.FrenchRepublicanMonth
Packages that use FrenchRepublicanMonth
-
Uses of FrenchRepublicanMonth in net.time4j.calendar.frenchrev
Fields in net.time4j.calendar.frenchrev with type parameters of type FrenchRepublicanMonthModifier and TypeFieldDescriptionFrenchRepublicanCalendar.MONTH_OF_YEAR
Represents the month (Vendémiaire - Fructidor) if available.Methods in net.time4j.calendar.frenchrev that return FrenchRepublicanMonthModifier and TypeMethodDescriptionFrenchRepublicanCalendar.getMonth()
Yields the republican month if available.static FrenchRepublicanMonth
FrenchRepublicanMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.static FrenchRepublicanMonth
Returns the enum constant of this class with the specified name.static FrenchRepublicanMonth[]
FrenchRepublicanMonth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar.frenchrev with parameters of type FrenchRepublicanMonthModifier and TypeMethodDescriptionstatic FrenchRepublicanCalendar
FrenchRepublicanCalendar.of(int year, FrenchRepublicanMonth month, int dayOfMonth)
Creates a new instance of a French republican date.