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_YEARRepresents 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 FrenchRepublicanMonthFrenchRepublicanMonth.valueOf(int month)Gets the enum-constant which corresponds to the given numerical value.static FrenchRepublicanMonthReturns 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 FrenchRepublicanCalendarFrenchRepublicanCalendar.of(int year, FrenchRepublicanMonth month, int dayOfMonth)Creates a new instance of a French republican date.