Uses of Class
de.powerstat.validation.values.GregorianCalendar
Packages that use GregorianCalendar
-
Uses of GregorianCalendar in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as GregorianCalendarModifier and TypeFieldDescriptionprivate final GregorianCalendar
GregorianDate.calendar
Gregorian calendar.Methods in de.powerstat.validation.values that return GregorianCalendarModifier and TypeMethodDescriptionstatic GregorianCalendar
GregorianClendar factory.static GregorianCalendar
GregorianClendar factory.Methods in de.powerstat.validation.values with parameters of type GregorianCalendarModifier and TypeMethodDescriptionint
GregorianCalendar.compareTo
(GregorianCalendar obj) Compare with another object.static GregorianDate
GregorianDate.easter
(GregorianCalendar calendar, Year year) Calculate easter date for year.static GregorianDate
GregorianDate.of
(GregorianCalendar calendar, Year year, Month month, Day day) GregorianDate factory.Constructors in de.powerstat.validation.values with parameters of type GregorianCalendarModifierConstructorDescriptionprivate
GregorianDate
(GregorianCalendar calendar, Year year, Month month, Day day) Constructor.