| Package | Description |
|---|---|
| net.time4j.calendar.frenchrev |
Support for the French revolutionary calendar.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<Sansculottides> |
FrenchRepublicanCalendar.SANSCULOTTIDES
Represents the complementary days of the French revolutionary calendar.
|
| Modifier and Type | Method and Description |
|---|---|
Sansculottides |
FrenchRepublicanCalendar.getSansculottides()
Yields the complementary day if available.
|
static Sansculottides |
Sansculottides.valueOf(int num)
Gets the enum-constant which corresponds to the given numerical value.
|
static Sansculottides |
Sansculottides.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sansculottides[] |
Sansculottides.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,
Sansculottides sansculottides)
Creates a new instance of a French republican date as complementary day.
|
Copyright © 2014–2021. All rights reserved.