| Package | Description |
|---|---|
| net.time4j.calendar.frenchrev |
Support for the French revolutionary calendar.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.DAY_OF_MONTH
Represents the day of month if available.
|
static StdCalendarElement<Weekday,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.DAY_OF_WEEK
Represents the day of week where the week is seven days long.
|
static StdCalendarElement<Integer,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.DAY_OF_YEAR
Represents the day of year.
|
static StdCalendarElement<Integer,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.DECADE_OF_MONTH
Yields the decade of republican month if available.
|
static StdCalendarElement<FrenchRepublicanMonth,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.MONTH_OF_YEAR
Represents the month (Vendémiaire - Fructidor) if available.
|
static StdCalendarElement<Integer,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.YEAR_OF_ERA
Represents the republican year since 1792-09-22 (in range 1-1202).
|
| Modifier and Type | Method and Description |
|---|---|
static FrenchRepublicanCalendar |
FrenchRepublicanCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static FrenchRepublicanCalendar |
FrenchRepublicanCalendar.of(int year,
FrenchRepublicanMonth month,
int dayOfMonth)
Creates a new instance of a French republican date.
|
static FrenchRepublicanCalendar |
FrenchRepublicanCalendar.of(int year,
int month,
int dayOfMonth)
Creates a new instance of a French republican date.
|
static FrenchRepublicanCalendar |
FrenchRepublicanCalendar.of(int year,
Sansculottides sansculottides)
Creates a new instance of a French republican date as complementary day.
|
FrenchRepublicanCalendar |
FrenchRepublicanCalendar.withEndOfFranciade()
Obtains the next leap day when the franciade ends.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given wall time.
|
GeneralTimestamp<FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<FrenchRepublicanCalendar.Unit,FrenchRepublicanCalendar> |
FrenchRepublicanCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
long |
FrenchRepublicanCalendar.Unit.between(FrenchRepublicanCalendar start,
FrenchRepublicanCalendar end)
Calculates the difference between given calendar dates in this unit.
|
Copyright © 2014–2021. All rights reserved.