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 Year
Year.of
(long year) Gregorian calendar year factory.static Year
Year.of
(CalendarSystems calendarSystem, long year) Year factory.static Year
Gregorian calendar year factory.Subtract years from this year.Methods in de.powerstat.validation.values with parameters of type YearModifier and TypeMethodDescriptionint
Compare with another object.int
GregorianCalendar.daysInMonth
(Year year, Month month) Days in month.static GregorianDate
GregorianDate.easter
(GregorianCalendar calendar, Year year) Calculate easter date for year.boolean
GregorianCalendar.isLeapYear
(Year year) Is leap year.static GregorianDate
GregorianDate.of
(GregorianCalendar calendar, Year year, Month month, Day day) GregorianDate factory.static GregorianDate
GregorianDate factory for country=IT.Constructors in de.powerstat.validation.values with parameters of type YearModifierConstructorDescriptionprivate
GregorianDate
(GregorianCalendar calendar, Year year, Month month, Day day) Constructor.