| Package | Description |
|---|---|
| net.time4j.calendar.frenchrev |
Support for the French revolutionary calendar.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<FrenchRepublicanMonth,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.MONTH_OF_YEAR
Represents the month (Vendémiaire - Fructidor) if available.
|
| Modifier and Type | Method and Description |
|---|---|
FrenchRepublicanMonth |
FrenchRepublicanCalendar.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 |
FrenchRepublicanMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrenchRepublicanMonth[] |
FrenchRepublicanMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FrenchRepublicanCalendar |
FrenchRepublicanCalendar.of(int year,
FrenchRepublicanMonth month,
int dayOfMonth)
Creates a new instance of a French republican date.
|
Copyright © 2014–2021. All rights reserved.