Uses of Class
net.time4j.calendar.frenchrev.FrenchRepublicanCalendar
-
Uses of FrenchRepublicanCalendar in net.time4j.calendar.frenchrev
Modifier and TypeFieldDescriptionFrenchRepublicanCalendar.DAY_OF_MONTH
Represents the day of month if available.FrenchRepublicanCalendar.DAY_OF_WEEK
Represents the day of week where the week is seven days long.FrenchRepublicanCalendar.DAY_OF_YEAR
Represents the day of year.FrenchRepublicanCalendar.DECADE_OF_MONTH
Yields the decade of republican month if available.FrenchRepublicanCalendar.MONTH_OF_YEAR
Represents the month (Vendémiaire - Fructidor) if available.FrenchRepublicanCalendar.YEAR_OF_ERA
Represents the republican year since 1792-09-22 (in range 1-1202).Modifier and TypeMethodDescriptionstatic FrenchRepublicanCalendar
FrenchRepublicanCalendar.nowInSystemTime()
Obtains the current calendar date in system time.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, FrenchRepublicanMonth 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.withEndOfFranciade()
Obtains the next leap day when the franciade ends.Modifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.FrenchRepublicanCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.FrenchRepublicanCalendar.axis()
Returns the associated time axis.Modifier and TypeMethodDescriptionlong
FrenchRepublicanCalendar.Unit.between(FrenchRepublicanCalendar start, FrenchRepublicanCalendar end)
Calculates the difference between given calendar dates in this unit.