Uses of Class
de.powerstat.validation.values.Year
Packages that use Year
-
Uses of Year in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as YearMethods in de.powerstat.validation.values that return YearModifier and TypeMethodDescriptionAdd years to this year.Year.decrement()Decrement this year.Year.increment()Increment this year.static YearYear.of(long year) Gregorian calendar year factory.static YearYear.of(CalendarSystems calendarSystem, long year) Year factory.static YearGregorian calendar year factory.Subtract years from this year.Methods in de.powerstat.validation.values with parameters of type YearModifier and TypeMethodDescriptionintCompare with another object.intGregorianCalendar.daysInMonth(Year year, Month month) Days in month.static GregorianDateGregorianDate.easter(GregorianCalendar calendar, Year year) Calculate easter date for year.booleanGregorianCalendar.isLeapYear(Year year) Is leap year.static GregorianDateGregorianDate.of(GregorianCalendar calendar, Year year, Month month, Day day) GregorianDate factory.static GregorianDateGregorianDate factory for country=IT.Constructors in de.powerstat.validation.values with parameters of type YearModifierConstructorDescriptionprivateGregorianDate(GregorianCalendar calendar, Year year, Month month, Day day) Constructor.