Uses of Enum Class
net.time4j.calendar.frenchrev.FrenchRepublicanMonth
-
Uses of FrenchRepublicanMonth in net.time4j.calendar.frenchrev
Modifier and TypeFieldDescriptionFrenchRepublicanCalendar.MONTH_OF_YEAR
Represents the month (Vendémiaire - Fructidor) if available.Modifier 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.Modifier and TypeMethodDescriptionstatic FrenchRepublicanCalendar
FrenchRepublicanCalendar.of(int year, FrenchRepublicanMonth month, int dayOfMonth)
Creates a new instance of a French republican date.