| Package | Description |
|---|---|
| net.time4j.calendar.frenchrev |
Support for the French revolutionary calendar.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<DayOfDecade> |
FrenchRepublicanCalendar.DAY_OF_DECADE
Represents the days of decade which consists of ten days.
|
| Modifier and Type | Method and Description |
|---|---|
DayOfDecade |
FrenchRepublicanCalendar.getDayOfDecade()
Yields the day of decade if available (ten-day-week).
|
static DayOfDecade |
DayOfDecade.valueOf(int dayOfDecade)
Gets the enum-constant which corresponds to the given numerical value.
|
static DayOfDecade |
DayOfDecade.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfDecade[] |
DayOfDecade.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.